summaryrefslogtreecommitdiff
path: root/SRC/zgtsv.f
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2011-06-02 18:30:26 +0000
committerlangou <langou@users.noreply.github.com>2011-06-02 18:30:26 +0000
commitce74c9c3b30509a3faf5fc0039548376abbd336c (patch)
treeee758b0897e2090d97372028934cc976f1157e06 /SRC/zgtsv.f
parentd935fdd4909ddadb6d2c22a660d9c9712244fccb (diff)
downloadlapack-ce74c9c3b30509a3faf5fc0039548376abbd336c.tar.gz
lapack-ce74c9c3b30509a3faf5fc0039548376abbd336c.tar.bz2
lapack-ce74c9c3b30509a3faf5fc0039548376abbd336c.zip
See post on the forum 2501 of Yana Gurieva from Intel. This fixes some typos
in the comments about the **T and **H. Proof that it was a good idea to make clear what this $#@! "A'" meant. (In this case it was used to mean either A**T in the case of cgtsv or A**H in the case of claqsb.)
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 f3a40047..a22338da 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**H *X = B may be solved by interchanging the
+* Note that the equation A**T *X = B may be solved by interchanging the
* order of the arguments DU and DL.
*
* Arguments