Typo in the comment on complex xHSEQR.
authorlangou <langou@users.noreply.github.com>
Tue, 15 Oct 2013 02:57:28 +0000 (02:57 +0000)
committerlangou <langou@users.noreply.github.com>
Tue, 15 Oct 2013 02:57:28 +0000 (02:57 +0000)
The formula:
(QZ)*H*(QZ)**H.
should read:
(QZ)*T*(QZ)**H.

SRC/chseqr.f
SRC/zhseqr.f

index 7f4f977..9bf84e8 100644 (file)
@@ -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:
index e9fe204..4f1acdf 100644 (file)
@@ -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: