diff options
Diffstat (limited to 'SRC/cpbsvx.f')
-rw-r--r-- | SRC/cpbsvx.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/cpbsvx.f b/SRC/cpbsvx.f index 9407a07e..cea2d80b 100644 --- a/SRC/cpbsvx.f +++ b/SRC/cpbsvx.f @@ -351,7 +351,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. * IF( UPPER ) THEN DO 40 J = 1, N |