diff options
Diffstat (limited to 'SRC/sgbtrs.f')
-rw-r--r-- | SRC/sgbtrs.f | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/sgbtrs.f b/SRC/sgbtrs.f index 478bb813..84deab33 100644 --- a/SRC/sgbtrs.f +++ b/SRC/sgbtrs.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE SGBTRS( TRANS, N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, * INFO ) @@ -30,21 +30,20 @@ * REAL AB( LDAB, * ), B( LDB, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> SGBTRS solves a system of linear equations *> A * X = B or A**T * X = B *> with a general band matrix A using the LU factorization computed *> by SGBTRF. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] TRANS *> \verbatim @@ -122,10 +121,9 @@ *> = 0: successful exit *> < 0: if INFO = -i, the i-th argument had an illegal value *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley |