summaryrefslogtreecommitdiff
path: root/SRC/zgtsv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zgtsv.f')
-rw-r--r--SRC/zgtsv.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zgtsv.f b/SRC/zgtsv.f
index 92cf4153..291ea43c 100644
--- a/SRC/zgtsv.f
+++ b/SRC/zgtsv.f
@@ -22,7 +22,7 @@
* where A is an N-by-N tridiagonal matrix, by Gaussian elimination with
* partial pivoting.
*
-* Note that the equation A'*X = B may be solved by interchanging the
+* Note that the equation A**H *X = B may be solved by interchanging the
* order of the arguments DU and DL.
*
* Arguments