Skip to content

Commit 742c355

Browse files
C/ZHEEVR: add remark about safe parameter choice
The remark was only found in the real-valued implementations.
1 parent 5426147 commit 742c355

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

SRC/cheevr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
*> Note: the user must ensure that at least max(1,M) columns are
243243
*> supplied in the array Z; if RANGE = 'V', the exact value of M
244244
*> is not known in advance and an upper bound must be used.
245+
*> Supplying N columns is always safe.
245246
*> \endverbatim
246247
*>
247248
*> \param[in] LDZ

SRC/zheevr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
*> Note: the user must ensure that at least max(1,M) columns are
243243
*> supplied in the array Z; if RANGE = 'V', the exact value of M
244244
*> is not known in advance and an upper bound must be used.
245+
*> Supplying N columns is always safe.
245246
*> \endverbatim
246247
*>
247248
*> \param[in] LDZ

0 commit comments

Comments
 (0)