Skip to content

Commit

Permalink
Fix comments to close issue Reference-LAPACK#259
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira committed May 24, 2023
1 parent f17dc24 commit b788b4a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions SRC/cgelsy.f
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,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
Expand Down
1 change: 1 addition & 0 deletions SRC/dgelsy.f
Original file line number Diff line number Diff line change
Expand Up @@ -148,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
Expand Down
1 change: 1 addition & 0 deletions SRC/sgelsy.f
Original file line number Diff line number Diff line change
Expand Up @@ -148,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
Expand Down
1 change: 1 addition & 0 deletions SRC/zgelsy.f
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,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
Expand Down

0 comments on commit b788b4a

Please sign in to comment.