--- rpl/lapack/lapack/zgtsvx.f 2012/08/22 09:48:31 1.11 +++ rpl/lapack/lapack/zgtsvx.f 2012/12/14 12:30:29 1.12 @@ -1,4 +1,4 @@ -*> \brief \b ZGTSVX +*> \brief ZGTSVX computes the solution to system of linear equations A * X = B for GT matrices * * =========== DOCUMENTATION =========== * @@ -285,19 +285,19 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 +*> \date September 2012 * -*> \ingroup complex16OTHERcomputational +*> \ingroup complex16GTsolve * * ===================================================================== SUBROUTINE ZGTSVX( FACT, TRANS, N, NRHS, DL, D, DU, DLF, DF, DUF, $ DU2, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, $ WORK, RWORK, INFO ) * -* -- LAPACK computational routine (version 3.4.1) -- +* -- LAPACK driver 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..-- -* April 2012 +* September 2012 * * .. Scalar Arguments .. CHARACTER FACT, TRANS