diff options
Diffstat (limited to 'SRC/dppsv.f')
-rw-r--r-- | SRC/dppsv.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dppsv.f b/SRC/dppsv.f index 6eb40e21..a8a5fe8d 100644 --- a/SRC/dppsv.f +++ b/SRC/dppsv.f @@ -117,7 +117,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 DPPTRF( UPLO, N, AP, INFO ) IF( INFO.EQ.0 ) THEN |