diff options
Diffstat (limited to 'SRC/cgtsvx.f')
-rw-r--r-- | SRC/cgtsvx.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/cgtsvx.f b/SRC/cgtsvx.f index 01f7b46d..3ed75192 100644 --- a/SRC/cgtsvx.f +++ b/SRC/cgtsvx.f @@ -1,4 +1,4 @@ -*> \brief \b CGTSVX +*> \brief <b> CGTSVX computes the solution to system of linear equations A * X = B for GT matrices <b> * * =========== DOCUMENTATION =========== * @@ -287,14 +287,14 @@ * *> \date April 2012 * -*> \ingroup complexOTHERcomputational +*> \ingroup complexGTsolve * * ===================================================================== SUBROUTINE CGTSVX( 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.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * April 2012 |