summaryrefslogtreecommitdiff
path: root/SRC/dspsv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dspsv.f')
-rw-r--r--SRC/dspsv.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/dspsv.f b/SRC/dspsv.f
index a80049f2..e55c4b50 100644
--- a/SRC/dspsv.f
+++ b/SRC/dspsv.f
@@ -83,8 +83,7 @@
*> 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.
*> See below for further details.
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, the block diagonal matrix D and the multipliers used
*> to obtain the factor U or L from the factorization
*> A = U*D*U**T or A = L*D*L**T as computed by DSPTRF, stored as