summaryrefslogtreecommitdiff
path: root/SRC/ssptrf.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/ssptrf.f')
-rw-r--r--SRC/ssptrf.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/ssptrf.f b/SRC/ssptrf.f
index 72525c91..9f127306 100644
--- a/SRC/ssptrf.f
+++ b/SRC/ssptrf.f
@@ -70,8 +70,7 @@
*> is stored in the array AP as follows:
*> if UPLO = 'U', AP(i + (j-1)*j/2) = A(i,j) for 1<=i<=j;
*> if UPLO = 'L', AP(i + (j-1)*(2n-j)/2) = A(i,j) for j<=i<=n.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, the block diagonal matrix D and the multipliers used
*> to obtain the factor U or L, stored as a packed triangular
*> matrix overwriting A (see below for further details).