Skip to content

Commit f17dc24

Browse files
Adds comment related to zero-sized matrix B in GELSY
1 parent 1fafb88 commit f17dc24

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

SRC/cgelsy.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
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

SRC/dgelsy.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
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

SRC/sgelsy.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
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

SRC/zgelsy.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
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

0 commit comments

Comments
 (0)