summaryrefslogtreecommitdiff
path: root/SRC/ctrti2.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ctrti2.f')
-rw-r--r--SRC/ctrti2.f24
1 files changed, 11 insertions, 13 deletions
diff --git a/SRC/ctrti2.f b/SRC/ctrti2.f
index 5c11fd78..3eb78019 100644
--- a/SRC/ctrti2.f
+++ b/SRC/ctrti2.f
@@ -15,8 +15,8 @@
*> [TXT]</a>
*> \endhtmlonly
*
-* Definition
-* ==========
+* Definition:
+* ===========
*
* SUBROUTINE CTRTI2( UPLO, DIAG, N, A, LDA, INFO )
*
@@ -28,21 +28,20 @@
* COMPLEX A( LDA, * )
* ..
*
-* Purpose
-* =======
*
-*>\details \b Purpose:
-*>\verbatim
+*> \par Purpose:
+* =============
+*>
+*> \verbatim
*>
*> CTRTI2 computes the inverse of a complex upper or lower triangular
*> matrix.
*>
*> This is the Level 2 BLAS version of the algorithm.
-*>
-*>\endverbatim
+*> \endverbatim
*
-* Arguments
-* =========
+* Arguments:
+* ==========
*
*> \param[in] UPLO
*> \verbatim
@@ -95,10 +94,9 @@
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> \endverbatim
-*>
*
-* Authors
-* =======
+* Authors:
+* ========
*
*> \author Univ. of Tennessee
*> \author Univ. of California Berkeley