--- rpl/lapack/lapack/zsytri2.f 2012/08/22 09:48:40 1.6 +++ rpl/lapack/lapack/zsytri2.f 2012/12/14 12:30:34 1.7 @@ -35,7 +35,7 @@ *> *> \verbatim *> -*> ZSYTRI2 computes the inverse of a COMPLEX*16 hermitian indefinite matrix +*> ZSYTRI2 computes the inverse of a COMPLEX*16 symmetric indefinite matrix *> A using the factorization A = U*D*U**T or A = L*D*L**T computed by *> ZSYTRF. ZSYTRI2 sets the LEADING DIMENSION of the workspace *> before calling ZSYTRI2X that actually computes the inverse. @@ -120,17 +120,17 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2011 +*> \date September 2012 * *> \ingroup complex16SYcomputational * * ===================================================================== SUBROUTINE ZSYTRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO ) * -* -- LAPACK computational routine (version 3.4.0) -- +* -- LAPACK computational routine (version 3.4.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* September 2012 * * .. Scalar Arguments .. CHARACTER UPLO