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 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
148149* > The effective rank of A, i.e., the order of the submatrix
149150* > R11. This is the same as the order of the submatrix T11
150151* > in the complete orthogonal factorization of A.
152+ * > If NRHS = 0, RANK = 0 on output.
151153* > \endverbatim
152154* >
153155* > \param[out] WORK
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
147148* > The effective rank of A, i.e., the order of the submatrix
148149* > R11. This is the same as the order of the submatrix T11
149150* > in the complete orthogonal factorization of A.
151+ * > If NRHS = 0, RANK = 0 on output.
150152* > \endverbatim
151153* >
152154* > \param[out] WORK
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
147148* > The effective rank of A, i.e., the order of the submatrix
148149* > R11. This is the same as the order of the submatrix T11
149150* > in the complete orthogonal factorization of A.
151+ * > If NRHS = 0, RANK = 0 on output.
150152* > \endverbatim
151153* >
152154* > \param[out] WORK
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
148149* > The effective rank of A, i.e., the order of the submatrix
149150* > R11. This is the same as the order of the submatrix T11
150151* > in the complete orthogonal factorization of A.
152+ * > If NRHS = 0, RANK = 0 on output.
151153* > \endverbatim
152154* >
153155* > \param[out] WORK
You can’t perform that action at this time.
0 commit comments