xLAED3, parameter Q2: dimension (LDQ2, N) -> (LDQ2*N)
authorHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 21:11:40 +0000 (23:11 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 21:11:40 +0000 (23:11 +0200)
SRC/dlaed3.f
SRC/slaed3.f

index 4e62b31..ae331b9 100644 (file)
 *>
 *> \param[in] Q2
 *> \verbatim
-*>          Q2 is DOUBLE PRECISION array, dimension (LDQ2N)
+*>          Q2 is DOUBLE PRECISION array, dimension (LDQ2*N)
 *>          The first K columns of this matrix contain the non-deflated
 *>          eigenvectors for the split problem.
 *> \endverbatim
index 3ff991d..b9e0b58 100644 (file)
 *>
 *> \param[in] Q2
 *> \verbatim
-*>          Q2 is REAL array, dimension (LDQ2N)
+*>          Q2 is REAL array, dimension (LDQ2*N)
 *>          The first K columns of this matrix contain the non-deflated
 *>          eigenvectors for the split problem.
 *> \endverbatim