summaryrefslogtreecommitdiff
path: root/SRC/claqr2.f
diff options
context:
space:
mode:
authorVladimir Chalupecky <vladimir.chalupecky@gmail.com>2016-08-04 17:52:18 +0900
committerVladimir Chalupecky <vladimir.chalupecky@gmail.com>2016-08-05 11:26:12 +0900
commit3c41621216cdb2d97b6fd42ce3037eacaa5ec146 (patch)
tree30f86224c54ce22edb7ab9f680cc5236152a0352 /SRC/claqr2.f
parentbcc66b10b59059c0f9a9159749ea208ae8921023 (diff)
downloadlapack-3c41621216cdb2d97b6fd42ce3037eacaa5ec146.tar.gz
lapack-3c41621216cdb2d97b6fd42ce3037eacaa5ec146.tar.bz2
lapack-3c41621216cdb2d97b6fd42ce3037eacaa5ec146.zip
?LAQR2: fix documentation about updated block of Z
Diffstat (limited to 'SRC/claqr2.f')
-rw-r--r--SRC/claqr2.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/claqr2.f b/SRC/claqr2.f
index a1042898..3d608a24 100644
--- a/SRC/claqr2.f
+++ b/SRC/claqr2.f
@@ -140,7 +140,7 @@
*> Z is COMPLEX array, dimension (LDZ,N)
*> IF WANTZ is .TRUE., then on output, the unitary
*> similarity transformation mentioned above has been
-*> accumulated into Z(ILOZ:IHIZ,ILO:IHI) from the right.
+*> accumulated into Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
*> If WANTZ is .FALSE., then Z is unreferenced.
*> \endverbatim
*>