diff options
Diffstat (limited to 'SRC/cpbtf2.f')
-rw-r--r-- | SRC/cpbtf2.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/cpbtf2.f b/SRC/cpbtf2.f index b5d63c2b..883edfaa 100644 --- a/SRC/cpbtf2.f +++ b/SRC/cpbtf2.f @@ -81,8 +81,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**H *U or A = L*L**H of the band *> matrix A, in the same storage format as A. |