Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix comments
add datatype declaration for LWORK
  • Loading branch information
jip committed Apr 2, 2023
commit a608bc2bb41e184a598488851a2bf10312911037
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