aboutsummaryrefslogtreecommitdiff
path: root/SRC/chpsvx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
commitd5c30c90bdecf38da1064e2ed52583634573e741 (patch)
tree480fc5ff31ee14b83116b6428aad79ea6e89362d /SRC/chpsvx.f
parent04670a68760fa27333f8bcef8172f71adc6880ef (diff)
Never say never...
Diffstat (limited to 'SRC/chpsvx.f')
-rw-r--r--SRC/chpsvx.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/chpsvx.f b/SRC/chpsvx.f
index efe7671b..3fe0aea5 100644
--- a/SRC/chpsvx.f
+++ b/SRC/chpsvx.f
@@ -128,8 +128,7 @@
*> to obtain the factor U or L from the factorization
*> A = U*D*U**H or A = L*D*L**H as computed by CHPTRF, stored as
*> a packed triangular matrix in the same storage format as A.
-*> \endverbatim
-*> \verbatim
+*>
*> If FACT = 'N', then AFP is an output argument and on exit
*> contains the block diagonal matrix D and the multipliers used
*> to obtain the factor U or L from the factorization
@@ -150,8 +149,7 @@
*> is a 2-by-2 diagonal block. If UPLO = 'L' and IPIV(k) =
*> IPIV(k+1) < 0, then rows and columns k+1 and -IPIV(k) were
*> interchanged and D(k:k+1,k:k+1) is a 2-by-2 diagonal block.
-*> \endverbatim
-*> \verbatim
+*>
*> If FACT = 'N', then IPIV is an output argument and on exit
*> contains details of the interchanges and the block structure
*> of D, as determined by CHPTRF.