summaryrefslogtreecommitdiff
path: root/SRC/sgesv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sgesv.f')
-rw-r--r--SRC/sgesv.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/sgesv.f b/SRC/sgesv.f
index 98d12883..a6a0376a 100644
--- a/SRC/sgesv.f
+++ b/SRC/sgesv.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE SGESV( N, NRHS, A, LDA, IPIV, B, LDB, INFO )
*
@@ -28,11 +28,11 @@
* REAL A( LDA, * ), B( LDB, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> SGESV computes the solution to a real system of linear equations
*> A * X = B,
@@ -44,11 +44,10 @@
*> where P is a permutation matrix, L is unit lower triangular, and U is
*> upper triangular. The factored form of A is then used to solve the
*> system of equations A * X = B.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] N
*> \verbatim
@@ -107,10 +106,9 @@
*> has been completed, but the factor U is exactly
*> singular, so the solution could not be computed.
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley