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

version 1.17, 2018/05/29 07:18:12 version 1.18, 2020/05/21 21:46:03
Line 111 Line 111
 *>          elements need not be set and are assumed to be zero.  *>          elements need not be set and are assumed to be zero.
 *>  *>
 *>          On exit, if iterative refinement has been successfully used  *>          On exit, if iterative refinement has been successfully used
 *>          (INFO.EQ.0 and ITER.GE.0, see description below), then A is  *>          (INFO = 0 and ITER >= 0, see description below), then A is
 *>          unchanged, if double precision factorization has been used  *>          unchanged, if double precision factorization has been used
 *>          (INFO.EQ.0 and ITER.LT.0, see description below), then the  *>          (INFO = 0 and ITER < 0, see description below), then the
 *>          array A contains the factor U or L from the Cholesky  *>          array A contains the factor U or L from the Cholesky
 *>          factorization A = U**H*U or A = L*L**H.  *>          factorization A = U**H*U or A = L*L**H.
 *> \endverbatim  *> \endverbatim
Line 431 Line 431
    30 CONTINUE     30 CONTINUE
 *  *
 *     If we are at this place of the code, this is because we have  *     If we are at this place of the code, this is because we have
 *     performed ITER=ITERMAX iterations and never satisified the  *     performed ITER=ITERMAX iterations and never satisfied the
 *     stopping criterion, set up the ITER flag accordingly and follow  *     stopping criterion, set up the ITER flag accordingly and follow
 *     up on double precision routine.  *     up on double precision routine.
 *  *

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


CVSweb interface <joel.bertrand@systella.fr>