From 1c3ba600671a59785b0c647d400226b4cc19a11f Mon Sep 17 00:00:00 2001 From: julie Date: Thu, 3 Nov 2011 20:32:56 +0000 Subject: Cosmetic changes in Doxygen presentation. Use \par instead of \details for section. add a Contributors Section and a Reference Section. Remove (some) verbatim section when not needed. Those changes have been done by hand so I am not sure I manage to catch them all. --- SRC/cgbtf2.f | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) (limited to 'SRC/cgbtf2.f') diff --git a/SRC/cgbtf2.f b/SRC/cgbtf2.f index b01bad78..fcce0b69 100644 --- a/SRC/cgbtf2.f +++ b/SRC/cgbtf2.f @@ -15,8 +15,8 @@ *> [TXT] *> \endhtmlonly * -* Definition -* ========== +* Definition: +* =========== * * SUBROUTINE CGBTF2( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * @@ -28,21 +28,20 @@ * COMPLEX AB( LDAB, * ) * .. * -* Purpose -* ======= * -*>\details \b Purpose: -*>\verbatim +*> \par Purpose: +* ============= +*> +*> \verbatim *> *> CGBTF2 computes an LU factorization of a complex m-by-n band matrix *> A using partial pivoting with row interchanges. *> *> This is the unblocked version of the algorithm, calling Level 2 BLAS. -*> -*>\endverbatim +*> \endverbatim * -* Arguments -* ========= +* Arguments: +* ========== * *> \param[in] M *> \verbatim @@ -107,10 +106,9 @@ *> singular, and division by zero will occur if it is used *> to solve a system of equations. *> \endverbatim -*> * -* Authors -* ======= +* Authors: +* ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley @@ -121,10 +119,9 @@ * *> \ingroup complexGBcomputational * -* -* Further Details -* =============== -*>\details \b Further \b Details +*> \par Further Details: +* ===================== +*> *> \verbatim *> *> The band storage scheme is illustrated by the following example, when @@ -143,7 +140,6 @@ *> + need not be set on entry, but are required by the routine to store *> elements of U, because of fill-in resulting from the row *> interchanges. -*> *> \endverbatim *> * ===================================================================== -- cgit v1.2.3