diff options
Diffstat (limited to 'SRC/clansb.f')
-rw-r--r-- | SRC/clansb.f | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/SRC/clansb.f b/SRC/clansb.f index f5ab9ca5..1b08bb44 100644 --- a/SRC/clansb.f +++ b/SRC/clansb.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * REAL FUNCTION CLANSB( NORM, UPLO, N, K, AB, LDAB, * WORK ) @@ -30,20 +30,19 @@ * COMPLEX AB( LDAB, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> CLANSB returns the value of the one norm, or the Frobenius norm, or *> the infinity norm, or the element of largest absolute value of an *> n by n symmetric band matrix A, with k super-diagonals. +*> \endverbatim *> -*> Description -*> =========== -*> -*> CLANSB returns the value +*> \return CLANSB +*> \verbatim *> *> CLANSB = ( max(abs(A(i,j))), NORM = 'M' or 'm' *> ( @@ -57,11 +56,10 @@ *> normI denotes the infinity norm of a matrix (maximum row sum) and *> normF denotes the Frobenius norm of a matrix (square root of sum of *> squares). Note that max(abs(A(i,j))) is not a consistent matrix norm. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] NORM *> \verbatim @@ -115,10 +113,9 @@ *> where LWORK >= N when NORM = 'I' or '1' or 'O'; otherwise, *> WORK is not referenced. *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley |