Skip to content

Commit b788b4a

Browse files
Fix comments to close issue #259
1 parent f17dc24 commit b788b4a

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
@@ -149,6 +149,7 @@
149149
*> The effective rank of A, i.e., the order of the submatrix
150150
*> R11. This is the same as the order of the submatrix T11
151151
*> in the complete orthogonal factorization of A.
152+
*> If NRHS = 0, RANK = 0 on output.
152153
*> \endverbatim
153154
*>
154155
*> \param[out] WORK

SRC/dgelsy.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
*> The effective rank of A, i.e., the order of the submatrix
149149
*> R11. This is the same as the order of the submatrix T11
150150
*> in the complete orthogonal factorization of A.
151+
*> If NRHS = 0, RANK = 0 on output.
151152
*> \endverbatim
152153
*>
153154
*> \param[out] WORK

SRC/sgelsy.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
*> The effective rank of A, i.e., the order of the submatrix
149149
*> R11. This is the same as the order of the submatrix T11
150150
*> in the complete orthogonal factorization of A.
151+
*> If NRHS = 0, RANK = 0 on output.
151152
*> \endverbatim
152153
*>
153154
*> \param[out] WORK

SRC/zgelsy.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
*> The effective rank of A, i.e., the order of the submatrix
150150
*> R11. This is the same as the order of the submatrix T11
151151
*> in the complete orthogonal factorization of A.
152+
*> If NRHS = 0, RANK = 0 on output.
152153
*> \endverbatim
153154
*>
154155
*> \param[out] WORK

0 commit comments

Comments
 (0)