Diff for /rpl/lapack/lapack/dppsvx.f between versions 1.17 and 1.18

version 1.17, 2017/06/17 11:06:31 version 1.18, 2018/05/29 06:55:20
Line 147 Line 147
 *>  *>
 *> \param[in,out] AFP  *> \param[in,out] AFP
 *> \verbatim  *> \verbatim
 *>          AFP is DOUBLE PRECISION array, dimension  *>          AFP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
 *>                            (N*(N+1)/2)  
 *>          If FACT = 'F', then AFP is an input argument and on entry  *>          If FACT = 'F', then AFP is an input argument and on entry
 *>          contains the triangular factor U or L from the Cholesky  *>          contains the triangular factor U or L from the Cholesky
 *>          factorization A = U**T*U or A = L*L**T, in the same storage  *>          factorization A = U**T*U or A = L*L**T, in the same storage
Line 312 Line 311
       SUBROUTINE DPPSVX( FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB,        SUBROUTINE DPPSVX( FACT, UPLO, N, NRHS, AP, AFP, EQUED, S, B, LDB,
      $                   X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO )       $                   X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO )
 *  *
 *  -- LAPACK driver routine (version 3.7.0) --  *  -- LAPACK driver routine (version 3.7.1) --
 *  -- 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..--
 *     April 2012  *     April 2012

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


CVSweb interface <joel.bertrand@systella.fr>