--- rpl/lapack/lapack/dsytri2.f 2011/11/21 20:43:05 1.4 +++ rpl/lapack/lapack/dsytri2.f 2015/11/26 11:44:20 1.10 @@ -35,7 +35,7 @@ *> *> \verbatim *> -*> DSYTRI2 computes the inverse of a DOUBLE PRECISION hermitian indefinite matrix +*> DSYTRI2 computes the inverse of a DOUBLE PRECISION symmetric indefinite matrix *> A using the factorization A = U*D*U**T or A = L*D*L**T computed by *> DSYTRF. DSYTRI2 sets the LEADING DIMENSION of the workspace *> before calling DSYTRI2X that actually computes the inverse. @@ -120,17 +120,17 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2011 +*> \date November 2015 * *> \ingroup doubleSYcomputational * * ===================================================================== SUBROUTINE DSYTRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.4.0) -- +* -- LAPACK computational routine (version 3.6.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* November 2015 * * .. Scalar Arguments .. CHARACTER UPLO @@ -153,7 +153,7 @@ EXTERNAL LSAME, ILAENV * .. * .. External Subroutines .. - EXTERNAL DSYTRI2X + EXTERNAL DSYTRI, DSYTRI2X * .. * .. Executable Statements .. *