diff options
Diffstat (limited to 'SRC/ssytri.f')
-rw-r--r-- | SRC/ssytri.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/ssytri.f b/SRC/ssytri.f index 0ce0701d..118fc6b2 100644 --- a/SRC/ssytri.f +++ b/SRC/ssytri.f @@ -127,7 +127,7 @@ * IF( UPPER ) THEN * -* Compute inv(A) from the factorization A = U*D*U'. +* Compute inv(A) from the factorization A = U*D*U**T. * * 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. @@ -216,7 +216,7 @@ * ELSE * -* Compute inv(A) from the factorization A = L*D*L'. +* Compute inv(A) from the factorization A = L*D*L**T. * * 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. |