diff options
Diffstat (limited to 'SRC/cppsv.f')
-rw-r--r-- | SRC/cppsv.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/cppsv.f b/SRC/cppsv.f index cde5f27f..5aa477de 100644 --- a/SRC/cppsv.f +++ b/SRC/cppsv.f @@ -81,8 +81,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, if INFO = 0, the factor U or L from the Cholesky *> factorization A = U**H*U or A = L*L**H, in the same storage *> format as A. |