File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-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
148
149
* > The effective rank of A, i.e., the order of the submatrix
149
150
* > R11. This is the same as the order of the submatrix T11
150
151
* > in the complete orthogonal factorization of A.
152
+ * > If NRHS = 0, RANK = 0 on output.
151
153
* > \endverbatim
152
154
* >
153
155
* > \param[out] WORK
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
147
148
* > The effective rank of A, i.e., the order of the submatrix
148
149
* > R11. This is the same as the order of the submatrix T11
149
150
* > in the complete orthogonal factorization of A.
151
+ * > If NRHS = 0, RANK = 0 on output.
150
152
* > \endverbatim
151
153
* >
152
154
* > \param[out] WORK
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
147
148
* > The effective rank of A, i.e., the order of the submatrix
148
149
* > R11. This is the same as the order of the submatrix T11
149
150
* > in the complete orthogonal factorization of A.
151
+ * > If NRHS = 0, RANK = 0 on output.
150
152
* > \endverbatim
151
153
* >
152
154
* > \param[out] WORK
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
148
149
* > The effective rank of A, i.e., the order of the submatrix
149
150
* > R11. This is the same as the order of the submatrix T11
150
151
* > in the complete orthogonal factorization of A.
152
+ * > If NRHS = 0, RANK = 0 on output.
151
153
* > \endverbatim
152
154
* >
153
155
* > \param[out] WORK
You can’t perform that action at this time.
0 commit comments