diff options
Diffstat (limited to 'SRC/dpbsv.f')
-rw-r--r-- | SRC/dpbsv.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dpbsv.f b/SRC/dpbsv.f index 0095f564..e4a89bcc 100644 --- a/SRC/dpbsv.f +++ b/SRC/dpbsv.f @@ -135,7 +135,7 @@ RETURN END IF * -* Compute the Cholesky factorization A = U'*U or A = L*L'. +* Compute the Cholesky factorization A = U**T*U or A = L*L**T. * CALL DPBTRF( UPLO, N, KD, AB, LDAB, INFO ) IF( INFO.EQ.0 ) THEN |