summaryrefslogtreecommitdiff
path: root/SRC/zhseqr.f
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2013-10-15 02:57:28 +0000
committerlangou <langou@users.noreply.github.com>2013-10-15 02:57:28 +0000
commit6159678a506a95f2d5442c3876c32c7e12b710b3 (patch)
treef67a1eef074828dbd006dc0892543dbe47b60bc0 /SRC/zhseqr.f
parente9df21deced8368f1ed5db0fb2255f43def68534 (diff)
downloadlapack-6159678a506a95f2d5442c3876c32c7e12b710b3.tar.gz
lapack-6159678a506a95f2d5442c3876c32c7e12b710b3.tar.bz2
lapack-6159678a506a95f2d5442c3876c32c7e12b710b3.zip
Typo in the comment on complex xHSEQR.
The formula: (QZ)*H*(QZ)**H. should read: (QZ)*T*(QZ)**H.
Diffstat (limited to 'SRC/zhseqr.f')
-rw-r--r--SRC/zhseqr.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zhseqr.f b/SRC/zhseqr.f
index e9fe2040..4f1acdff 100644
--- a/SRC/zhseqr.f
+++ b/SRC/zhseqr.f
@@ -43,7 +43,7 @@
*> Optionally Z may be postmultiplied into an input unitary
*> matrix Q so that this routine can give the Schur factorization
*> of a matrix A which has been reduced to the Hessenberg form H
-*> by the unitary matrix Q: A = Q*H*Q**H = (QZ)*H*(QZ)**H.
+*> by the unitary matrix Q: A = Q*H*Q**H = (QZ)*T*(QZ)**H.
*> \endverbatim
*
* Arguments: