Diff for /rpl/lapack/lapack/zsyconvf.f between versions 1.2 and 1.3

version 1.2, 2017/06/17 11:07:01 version 1.3, 2018/05/29 06:55:25
Line 18 Line 18
 *  Definition:  *  Definition:
 *  ===========  *  ===========
 *  *
 *       SUBROUTINE ZSYCONVF( UPLO, WAY, N, A, LDA, IPIV, E, INFO )  *       SUBROUTINE ZSYCONVF( UPLO, WAY, N, A, LDA, E, IPIV, INFO )
 *  *
 *       .. Scalar Arguments ..  *       .. Scalar Arguments ..
 *       CHARACTER          UPLO, WAY  *       CHARACTER          UPLO, WAY
Line 45 Line 45
 *> If parameter WAY = 'R':  *> If parameter WAY = 'R':
 *> ZSYCONVF performs the conversion in reverse direction, i.e.  *> ZSYCONVF performs the conversion in reverse direction, i.e.
 *> converts the factorization output format used in ZSYTRF_RK  *> converts the factorization output format used in ZSYTRF_RK
 *> (or ZSYTRF_BK) provided on entry in parametes A and E into  *> (or ZSYTRF_BK) provided on entry in parameters A and E into
 *> the factorization output format used in ZSYTRF that is stored  *> the factorization output format used in ZSYTRF that is stored
 *> on exit in parameter A. It also coverts in place details of  *> on exit in parameter A. It also coverts in place details of
 *> the intechanges stored in IPIV from the format used in ZSYTRF_RK  *> the intechanges stored in IPIV from the format used in ZSYTRF_RK
Line 192 Line 192
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date December 2016  *> \date November 2017
 *  *
 *> \ingroup complex16SYcomputational  *> \ingroup complex16SYcomputational
 *  *
Line 201 Line 201
 *>  *>
 *> \verbatim  *> \verbatim
 *>  *>
 *>  December 2016,  Igor Kozachenko,  *>  November 2017,  Igor Kozachenko,
 *>                  Computer Science Division,  *>                  Computer Science Division,
 *>                  University of California, Berkeley  *>                  University of California, Berkeley
 *>  *>
Line 209 Line 209
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZSYCONVF( UPLO, WAY, N, A, LDA, E, IPIV, INFO )        SUBROUTINE ZSYCONVF( UPLO, WAY, N, A, LDA, E, IPIV, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.7.0) --  *  -- LAPACK computational routine (version 3.8.0) --
 *  -- 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  *     November 2017
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          UPLO, WAY        CHARACTER          UPLO, WAY

Removed from v.1.2  
changed lines
  Added in v.1.3


CVSweb interface <joel.bertrand@systella.fr>