File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 116116* > B is COMPLEX array, dimension (LDB,NRHS)
117117* > On entry, the M-by-NRHS right hand side matrix B.
118118* > On exit, the N-by-NRHS solution matrix X.
119+ * > If M = 0 or N = 0, B is not referenced.
119120* > \endverbatim
120121* >
121122* > \param[in] LDB
Original file line number Diff line number Diff line change 115115* > B is DOUBLE PRECISION array, dimension (LDB,NRHS)
116116* > On entry, the M-by-NRHS right hand side matrix B.
117117* > On exit, the N-by-NRHS solution matrix X.
118+ * > If M = 0 or N = 0, B is not referenced.
118119* > \endverbatim
119120* >
120121* > \param[in] LDB
Original file line number Diff line number Diff line change 115115* > B is REAL array, dimension (LDB,NRHS)
116116* > On entry, the M-by-NRHS right hand side matrix B.
117117* > On exit, the N-by-NRHS solution matrix X.
118+ * > If M = 0 or N = 0, B is not referenced.
118119* > \endverbatim
119120* >
120121* > \param[in] LDB
Original file line number Diff line number Diff line change 116116* > B is COMPLEX*16 array, dimension (LDB,NRHS)
117117* > On entry, the M-by-NRHS right hand side matrix B.
118118* > On exit, the N-by-NRHS solution matrix X.
119+ * > If M = 0 or N = 0, B is not referenced.
119120* > \endverbatim
120121* >
121122* > \param[in] LDB
You can’t perform that action at this time.
0 commit comments