aboutsummaryrefslogtreecommitdiff
path: root/SRC/dlaqr5.f
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-06-14 21:50:33 -0700
committerJulie <julie@cs.utk.edu>2016-06-14 21:50:33 -0700
commit455a8eb6f490490b9d49ad9131eda9c1cb578911 (patch)
tree5407e455c527693ae0b4456120b4cf5adfd5dd5d /SRC/dlaqr5.f
parent736dd5378f11171d02267b4a521d1618dcac8875 (diff)
?LAQR5, ?LASQ3, ?LASQ4: some fixes in doc
reported by Alex Zotkevich, Intel Co. on april 11th 2016 See http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4953
Diffstat (limited to 'SRC/dlaqr5.f')
-rw-r--r--SRC/dlaqr5.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dlaqr5.f b/SRC/dlaqr5.f
index 37ce6f6b..e431580a 100644
--- a/SRC/dlaqr5.f
+++ b/SRC/dlaqr5.f
@@ -150,10 +150,10 @@
*>
*> \param[in,out] Z
*> \verbatim
-*> Z is DOUBLE PRECISION array of size (LDZ,IHI)
+*> Z is DOUBLE PRECISION array of size (LDZ,IHIZ)
*> If WANTZ = .TRUE., then the QR Sweep orthogonal
*> similarity transformation is accumulated into
-*> Z(ILOZ:IHIZ,ILO:IHI) from the right.
+*> Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
*> If WANTZ = .FALSE., then Z is unreferenced.
*> \endverbatim
*>