aboutsummaryrefslogtreecommitdiff
path: root/SRC/zgesc2.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zgesc2.f')
-rw-r--r--SRC/zgesc2.f36
1 files changed, 14 insertions, 22 deletions
diff --git a/SRC/zgesc2.f b/SRC/zgesc2.f
index d442f6bf..86f76c22 100644
--- a/SRC/zgesc2.f
+++ b/SRC/zgesc2.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE ZGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE )
*
@@ -29,11 +29,11 @@
* COMPLEX*16 A( LDA, * ), RHS( * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> ZGESC2 solves a system of linear equations
*>
@@ -42,11 +42,10 @@
*> with a general N-by-N matrix A using the LU factorization with
*> complete pivoting computed by ZGETC2.
*>
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] N
*> \verbatim
@@ -94,10 +93,9 @@
*> On exit, SCALE contains the scale factor. SCALE is chosen
*> 0 <= SCALE <= 1 to prevent owerflow in the solution.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley
@@ -108,18 +106,12 @@
*
*> \ingroup complex16GEauxiliary
*
-*
-* Further Details
-* ===============
-*>\details \b Further \b Details
-*> \verbatim
+*> \par Contributors:
+* ==================
*>
-*> Based on contributions by
*> Bo Kagstrom and Peter Poromaa, Department of Computing Science,
*> Umea University, S-901 87 Umea, Sweden.
-*>
-*> \endverbatim
-*>
+*
* =====================================================================
SUBROUTINE ZGESC2( N, A, LDA, RHS, IPIV, JPIV, SCALE )
*