summaryrefslogtreecommitdiff
path: root/SRC/csyequb.f
diff options
context:
space:
mode:
authorChristoph Conrads <gitlab@christoph-conrads.name>2016-09-20 16:01:08 +0200
committerChristoph Conrads <gitlab@christoph-conrads.name>2016-09-29 16:59:48 +0200
commitc7be44b56058b0f621b8eb8932aa40408ee540bf (patch)
treed00cc7cba1b3236f97908713540b5fd6d681d7d8 /SRC/csyequb.f
parent5698a7ba113d639ace3ccb33db56730d8029cbc0 (diff)
downloadlapack-c7be44b56058b0f621b8eb8932aa40408ee540bf.tar.gz
lapack-c7be44b56058b0f621b8eb8932aa40408ee540bf.tar.bz2
lapack-c7be44b56058b0f621b8eb8932aa40408ee540bf.zip
Reduce workspace size of xSYEQUB, xHEEQUB
- give correct minimum workspace size in the parameter description - {s,d}SYEQUB, xHEEQUB: use WORK(N+1:2*N) instead of WORK(2N+1:3*N)
Diffstat (limited to 'SRC/csyequb.f')
-rw-r--r--SRC/csyequb.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/csyequb.f b/SRC/csyequb.f
index 81a97cd6..7b6de6f1 100644
--- a/SRC/csyequb.f
+++ b/SRC/csyequb.f
@@ -98,7 +98,7 @@
*>
*> \param[out] WORK
*> \verbatim
-*> WORK is COMPLEX array, dimension (3*N)
+*> WORK is COMPLEX array, dimension (2*N)
*> \endverbatim
*>
*> \param[out] INFO