File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 166166* >
167167* > \param[out] RWORK
168168* > \verbatim
169- * > RWORK is REAL array, dimension (4*(N-1))
169+ * > RWORK is REAL array, dimension (LRWORK)
170+ * > LRWORK = 4*N, if NCVT = NRU = NCC = 0, and
171+ * > LRWORK = 4*(N-1), otherwise
170172* > \endverbatim
171173* >
172174* > \param[out] INFO
Original file line number Diff line number Diff line change 166166* >
167167* > \param[out] WORK
168168* > \verbatim
169- * > WORK is DOUBLE PRECISION array, dimension (4*(N-1))
169+ * > WORK is DOUBLE PRECISION array, dimension (LWORK)
170+ * > LWORK = 4*N, if NCVT = NRU = NCC = 0, and
171+ * > LWORK = 4*(N-1), otherwise
170172* > \endverbatim
171173* >
172174* > \param[out] INFO
Original file line number Diff line number Diff line change 166166* >
167167* > \param[out] WORK
168168* > \verbatim
169- * > WORK is REAL array, dimension (4*(N-1))
169+ * > WORK is REAL array, dimension (LWORK)
170+ * > LWORK = 4*N, if NCVT = NRU = NCC = 0, and
171+ * > LWORK = 4*(N-1), otherwise
170172* > \endverbatim
171173* >
172174* > \param[out] INFO
Original file line number Diff line number Diff line change 166166* >
167167* > \param[out] RWORK
168168* > \verbatim
169- * > RWORK is DOUBLE PRECISION array, dimension (4*(N-1))
169+ * > RWORK is DOUBLE PRECISION array, dimension (LRWORK)
170+ * > LRWORK = 4*N, if NCVT = NRU = NCC = 0, and
171+ * > LRWORK = 4*(N-1), otherwise
170172* > \endverbatim
171173* >
172174* > \param[out] INFO
You can’t perform that action at this time.
0 commit comments