summaryrefslogtreecommitdiff
path: root/SRC/zsytri.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zsytri.f')
-rw-r--r--SRC/zsytri.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zsytri.f b/SRC/zsytri.f
index b2e6ab6c..73be67c1 100644
--- a/SRC/zsytri.f
+++ b/SRC/zsytri.f
@@ -128,7 +128,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.
@@ -217,7 +217,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.