diff options
Diffstat (limited to 'SRC/iladlr.f')
-rw-r--r-- | SRC/iladlr.f | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/iladlr.f b/SRC/iladlr.f index 28c33504..3e4a731f 100644 --- a/SRC/iladlr.f +++ b/SRC/iladlr.f @@ -15,8 +15,8 @@ *> [TXT]</a> *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * INTEGER FUNCTION ILADLR( M, N, A, LDA ) * @@ -27,18 +27,17 @@ * DOUBLE PRECISION A( LDA, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= *> -*> ILADLR scans A for its last non-zero row. +*> \verbatim *> -*>\endverbatim +*> ILADLR scans A for its last non-zero row. +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] M *> \verbatim @@ -63,10 +62,9 @@ *> LDA is INTEGER *> The leading dimension of the array A. LDA >= max(1,M). *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley |