--- rpl/lapack/lapack/dsyconvf.f 2020/05/21 21:46:01 1.5 +++ rpl/lapack/lapack/dsyconvf.f 2023/08/07 08:39:08 1.6 @@ -38,7 +38,7 @@ *> DSYCONVF converts the factorization output format used in *> DSYTRF provided on entry in parameter A into the factorization *> output format used in DSYTRF_RK (or DSYTRF_BK) that is stored -*> on exit in parameters A and E. It also coverts in place details of +*> on exit in parameters A and E. It also converts in place details of *> the intechanges stored in IPIV from the format used in DSYTRF into *> the format used in DSYTRF_RK (or DSYTRF_BK). *> @@ -47,7 +47,7 @@ *> converts the factorization output format used in DSYTRF_RK *> (or DSYTRF_BK) provided on entry in parameters A and E into *> the factorization output format used in DSYTRF that is stored -*> on exit in parameter A. It also coverts in place details of +*> on exit in parameter A. It also converts in place details of *> the intechanges stored in IPIV from the format used in DSYTRF_RK *> (or DSYTRF_BK) into the format used in DSYTRF. *> \endverbatim @@ -189,8 +189,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2017 -* *> \ingroup doubleSYcomputational * *> \par Contributors: @@ -206,10 +204,9 @@ * ===================================================================== SUBROUTINE DSYCONVF( UPLO, WAY, N, A, LDA, E, IPIV, INFO ) * -* -- LAPACK computational routine (version 3.8.0) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2017 * * .. Scalar Arguments .. CHARACTER UPLO, WAY