Diff for /rpl/lapack/lapack/dgebal.f between versions 1.17 and 1.21

version 1.17, 2017/06/17 10:53:47 version 1.21, 2023/08/07 08:38:47
Line 67 Line 67
 *>  *>
 *> \param[in,out] A  *> \param[in,out] A
 *> \verbatim  *> \verbatim
 *>          A is DOUBLE array, dimension (LDA,N)  *>          A is DOUBLE PRECISION array, dimension (LDA,N)
 *>          On entry, the input matrix A.  *>          On entry, the input matrix A.
 *>          On exit,  A is overwritten by the balanced matrix.  *>          On exit,  A is overwritten by the balanced matrix.
 *>          If JOB = 'N', A is not referenced.  *>          If JOB = 'N', A is not referenced.
Line 94 Line 94
 *>  *>
 *> \param[out] SCALE  *> \param[out] SCALE
 *> \verbatim  *> \verbatim
 *>          SCALE is DOUBLE array, dimension (N)  *>          SCALE is DOUBLE PRECISION array, dimension (N)
 *>          Details of the permutations and scaling factors applied to  *>          Details of the permutations and scaling factors applied to
 *>          A.  If P(j) is the index of the row and column interchanged  *>          A.  If P(j) is the index of the row and column interchanged
 *>          with row and column j and D(j) is the scaling factor  *>          with row and column j and D(j) is the scaling factor
Line 121 Line 121
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  
 *  
 *> \ingroup doubleGEcomputational  *> \ingroup doubleGEcomputational
 *  *
 *> \par Further Details:  *> \par Further Details:
Line 160 Line 158
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DGEBAL( JOB, N, A, LDA, ILO, IHI, SCALE, INFO )        SUBROUTINE DGEBAL( JOB, N, A, LDA, ILO, IHI, SCALE, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational routine --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --  *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     December 2016  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          JOB        CHARACTER          JOB

Removed from v.1.17  
changed lines
  Added in v.1.21


CVSweb interface <joel.bertrand@systella.fr>