Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
add datatype declaration for LWORK
  • Loading branch information
jip committed Apr 2, 2023
1 parent d61b9bb commit a608bc2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions SRC/claswlq.f
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
*> \endverbatim
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= MB*M.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns
Expand Down
1 change: 1 addition & 0 deletions SRC/clatsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= NB*N.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns
Expand Down
1 change: 1 addition & 0 deletions SRC/cungtsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
*> If LWORK = -1, then a workspace query is assumed.
*> The routine only calculates the optimal size of the WORK
Expand Down
1 change: 1 addition & 0 deletions SRC/dlaswlq.f
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
*> \endverbatim
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= MB*M.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns
Expand Down
1 change: 1 addition & 0 deletions SRC/dlatsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= NB*N.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns
Expand Down
1 change: 1 addition & 0 deletions SRC/dorgtsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
*> If LWORK = -1, then a workspace query is assumed.
*> The routine only calculates the optimal size of the WORK
Expand Down
1 change: 1 addition & 0 deletions SRC/slaswlq.f
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
*> \endverbatim
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= MB * M.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns
Expand Down
1 change: 1 addition & 0 deletions SRC/slatsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= NB*N.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns
Expand Down
1 change: 1 addition & 0 deletions SRC/sorgtsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
*> If LWORK = -1, then a workspace query is assumed.
*> The routine only calculates the optimal size of the WORK
Expand Down
1 change: 1 addition & 0 deletions SRC/zlaswlq.f
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
*> \endverbatim
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= MB*M.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns
Expand Down
1 change: 1 addition & 0 deletions SRC/zlatsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= NB*N.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns
Expand Down
1 change: 1 addition & 0 deletions SRC/zungtsqr.f
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
*> If LWORK = -1, then a workspace query is assumed.
*> The routine only calculates the optimal size of the WORK
Expand Down

0 comments on commit a608bc2

Please sign in to comment.