File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 232232* >
233233* > \param[out] IWORK
234234* > \verbatim
235- * > IWORK is INTEGER array.
236- * > The dimension must be at least 3 * N
235+ * > IWORK is INTEGER array, dimension (3*N)
237236* > \endverbatim
238237* >
239238* > \param[out] INFO
Original file line number Diff line number Diff line change 116116* >
117117* > \param[in] Q2
118118* > \verbatim
119- * > Q2 is DOUBLE PRECISION array, dimension (LDQ2, N)
119+ * > Q2 is DOUBLE PRECISION array, dimension (LDQ2* N)
120120* > The first K columns of this matrix contain the non-deflated
121121* > eigenvectors for the split problem.
122122* > \endverbatim
Original file line number Diff line number Diff line change 227227* >
228228* > \param[out] WORK
229229* > \verbatim
230- * > WORK is DOUBLE PRECISION array.
231- * > The dimension must be at least N.
230+ * > WORK is DOUBLE PRECISION array, dimension (N)
232231* > \endverbatim
233232* >
234233* > \param[out] IWORK
235234* > \verbatim
236- * > IWORK is INTEGER array.
237- * > The dimension must be at least 3 * N
235+ * > IWORK is INTEGER array, dimension (3*N)
238236* > \endverbatim
239237* >
240238* > \param[out] INFO
Original file line number Diff line number Diff line change 239239* >
240240* > \param[out] IWORK
241241* > \verbatim
242- * > IWORK is INTEGER array.
243- * > Dimension must be at least (7 * N).
242+ * > IWORK is INTEGER array, dimension (7*N)
244243* > \endverbatim
245244* >
246245* > \param[out] INFO
Original file line number Diff line number Diff line change 116116* >
117117* > \param[in] Q2
118118* > \verbatim
119- * > Q2 is REAL array, dimension (LDQ2, N)
119+ * > Q2 is REAL array, dimension (LDQ2* N)
120120* > The first K columns of this matrix contain the non-deflated
121121* > eigenvectors for the split problem.
122122* > \endverbatim
Original file line number Diff line number Diff line change 227227* >
228228* > \param[out] WORK
229229* > \verbatim
230- * > WORK is REAL array.
231- * > The dimension must be at least N.
230+ * > WORK is REAL array, dimension (N)
232231* > \endverbatim
233232* >
234233* > \param[out] IWORK
235234* > \verbatim
236- * > IWORK is INTEGER array.
237- * > The dimension must be at least 3 * N
235+ * > IWORK is INTEGER array, dimension (3*N)
238236* > \endverbatim
239237* >
240238* > \param[out] INFO
Original file line number Diff line number Diff line change 142142* >
143143* > \param[out] WORK
144144* > \verbatim
145- * > WORK is COMPLEX*16 array, dimension (N* NRHS)
145+ * > WORK is COMPLEX*16 array, dimension (N, NRHS)
146146* > This array is used to hold the residual vectors.
147147* > \endverbatim
148148* >
Original file line number Diff line number Diff line change 150150* >
151151* > \param[out] WORK
152152* > \verbatim
153- * > WORK is COMPLEX*16 array, dimension (N* NRHS)
153+ * > WORK is COMPLEX*16 array, dimension (N, NRHS)
154154* > This array is used to hold the residual vectors.
155155* > \endverbatim
156156* >
Original file line number Diff line number Diff line change 232232* >
233233* > \param[out] IWORK
234234* > \verbatim
235- * > IWORK is INTEGER array.
236- * > The dimension must be at least 3 * N
235+ * > IWORK is INTEGER array, dimension (3*N)
237236* > \endverbatim
238237* >
239238* > \param[out] INFO
You can’t perform that action at this time.
0 commit comments