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 116
116
* > B is COMPLEX array, dimension (LDB,NRHS)
117
117
* > On entry, the M-by-NRHS right hand side matrix B.
118
118
* > On exit, the N-by-NRHS solution matrix X.
119
+ * > If M = 0 or N = 0, B is not referenced.
119
120
* > \endverbatim
120
121
* >
121
122
* > \param[in] LDB
Original file line number Diff line number Diff line change 115
115
* > B is DOUBLE PRECISION array, dimension (LDB,NRHS)
116
116
* > On entry, the M-by-NRHS right hand side matrix B.
117
117
* > On exit, the N-by-NRHS solution matrix X.
118
+ * > If M = 0 or N = 0, B is not referenced.
118
119
* > \endverbatim
119
120
* >
120
121
* > \param[in] LDB
Original file line number Diff line number Diff line change 115
115
* > B is REAL array, dimension (LDB,NRHS)
116
116
* > On entry, the M-by-NRHS right hand side matrix B.
117
117
* > On exit, the N-by-NRHS solution matrix X.
118
+ * > If M = 0 or N = 0, B is not referenced.
118
119
* > \endverbatim
119
120
* >
120
121
* > \param[in] LDB
Original file line number Diff line number Diff line change 116
116
* > B is COMPLEX*16 array, dimension (LDB,NRHS)
117
117
* > On entry, the M-by-NRHS right hand side matrix B.
118
118
* > On exit, the N-by-NRHS solution matrix X.
119
+ * > If M = 0 or N = 0, B is not referenced.
119
120
* > \endverbatim
120
121
* >
121
122
* > \param[in] LDB
You can’t perform that action at this time.
0 commit comments