Add comment related to zero-sized matrix B
This commit is contained in:
parent
87033b68d4
commit
0795376f0b
|
@ -115,6 +115,7 @@
|
|||
*> B is REAL array, dimension (LDB,NRHS)
|
||||
*> On entry, the M-by-NRHS right hand side matrix B.
|
||||
*> On exit, the N-by-NRHS solution matrix X.
|
||||
*> If M = 0 or N = 0, B is not referenced.
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[in] LDB
|
||||
|
@ -147,6 +148,7 @@
|
|||
*> The effective rank of A, i.e., the order of the submatrix
|
||||
*> R11. This is the same as the order of the submatrix T11
|
||||
*> in the complete orthogonal factorization of A.
|
||||
*> If NRHS = 0, RANK = 0 on output.
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[out] WORK
|
||||
|
|
Loading…
Reference in New Issue