diff options
Diffstat (limited to 'SRC/zhetri.f')
-rw-r--r-- | SRC/zhetri.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zhetri.f b/SRC/zhetri.f index afe26502..8e4d66ce 100644 --- a/SRC/zhetri.f +++ b/SRC/zhetri.f @@ -130,7 +130,7 @@ * IF( UPPER ) THEN * -* Compute inv(A) from the factorization A = U*D*U'. +* Compute inv(A) from the factorization A = U*D*U**H. * * K is the main loop index, increasing from 1 to N in steps of * 1 or 2, depending on the size of the diagonal blocks. @@ -225,7 +225,7 @@ * ELSE * -* Compute inv(A) from the factorization A = L*D*L'. +* Compute inv(A) from the factorization A = L*D*L**H. * * K is the main loop index, increasing from 1 to N in steps of * 1 or 2, depending on the size of the diagonal blocks. |