diff options
Diffstat (limited to 'SRC/cposvx.f')
-rw-r--r-- | SRC/cposvx.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/cposvx.f b/SRC/cposvx.f index 61563158..b829faf2 100644 --- a/SRC/cposvx.f +++ b/SRC/cposvx.f @@ -319,7 +319,7 @@ * IF( NOFACT .OR. EQUIL ) THEN * -* Compute the Cholesky factorization A = U'*U or A = L*L'. +* Compute the Cholesky factorization A = U**H *U or A = L*L**H. * CALL CLACPY( UPLO, N, N, A, LDA, AF, LDAF ) CALL CPOTRF( UPLO, N, AF, LDAF, INFO ) |