diff options
Diffstat (limited to 'SRC/dpotrf.f')
-rw-r--r-- | SRC/dpotrf.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/dpotrf.f b/SRC/dpotrf.f index 4feb0539..0e7010d1 100644 --- a/SRC/dpotrf.f +++ b/SRC/dpotrf.f @@ -72,8 +72,7 @@ *> leading N-by-N lower triangular part of A contains the lower *> triangular part of the matrix A, and the strictly upper *> triangular part of A is not referenced. -*> \endverbatim -*> \verbatim +*> *> On exit, if INFO = 0, the factor U or L from the Cholesky *> factorization A = U**T*U or A = L*L**T. *> \endverbatim |