summaryrefslogtreecommitdiff
path: root/SRC/spbtrf.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/spbtrf.f')
-rw-r--r--SRC/spbtrf.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/spbtrf.f b/SRC/spbtrf.f
index 4d4acc1b..5fbe3add 100644
--- a/SRC/spbtrf.f
+++ b/SRC/spbtrf.f
@@ -76,8 +76,7 @@
*> as follows:
*> if UPLO = 'U', AB(kd+1+i-j,j) = A(i,j) for max(1,j-kd)<=i<=j;
*> if UPLO = 'L', AB(1+i-j,j) = A(i,j) for j<=i<=min(n,j+kd).
-*> \endverbatim
-*> \verbatim
+*>
*> On exit, if INFO = 0, the triangular factor U or L from the
*> Cholesky factorization A = U**T*U or A = L*L**T of the band
*> matrix A, in the same storage format as A.