diff options
Diffstat (limited to 'SRC/cptsv.f')
-rw-r--r-- | SRC/cptsv.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/cptsv.f b/SRC/cptsv.f index 935002c6..b075de5e 100644 --- a/SRC/cptsv.f +++ b/SRC/cptsv.f @@ -1,4 +1,4 @@ -*> \brief \b CPTSV +*> \brief <b> CPTSV computes the solution to system of linear equations A * X = B for PT matrices</b> * * =========== DOCUMENTATION =========== * @@ -110,12 +110,12 @@ * *> \date November 2011 * -*> \ingroup complexOTHERcomputational +*> \ingroup complexPTsolve * * ===================================================================== SUBROUTINE CPTSV( N, NRHS, D, E, B, LDB, INFO ) * -* -- LAPACK computational routine (version 3.4.0) -- +* -- LAPACK driver routine (version 3.4.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2011 |