diff options
Diffstat (limited to 'SRC/zhesvx.f')
-rw-r--r-- | SRC/zhesvx.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zhesvx.f b/SRC/zhesvx.f index 8591af71..a2d1313a 100644 --- a/SRC/zhesvx.f +++ b/SRC/zhesvx.f @@ -255,7 +255,7 @@ * IF( NOFACT ) THEN * -* Compute the factorization A = U*D*U' or A = L*D*L'. +* Compute the factorization A = U*D*U**H or A = L*D*L**H. * CALL ZLACPY( UPLO, N, N, A, LDA, AF, LDAF ) CALL ZHETRF( UPLO, N, AF, LDAF, IPIV, WORK, LWORK, INFO ) |