diff options
Diffstat (limited to 'SRC/sspgv.f')
-rw-r--r-- | SRC/sspgv.f | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/sspgv.f b/SRC/sspgv.f index 5e3c4af5..27be82a4 100644 --- a/SRC/sspgv.f +++ b/SRC/sspgv.f @@ -85,8 +85,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)*(2*n-j)/2) = A(i,j) for j<=i<=n. -*> \endverbatim -*> \verbatim +*> *> On exit, the contents of AP are destroyed. *> \endverbatim *> @@ -98,8 +97,7 @@ *> is stored in the array BP as follows: *> if UPLO = 'U', BP(i + (j-1)*j/2) = B(i,j) for 1<=i<=j; *> if UPLO = 'L', BP(i + (j-1)*(2*n-j)/2) = B(i,j) for j<=i<=n. -*> \endverbatim -*> \verbatim +*> *> On exit, the triangular factor U or L from the Cholesky *> factorization B = U**T*U or B = L*L**T, in the same storage *> format as B. |