Skip to content

Commit a608bc2

Browse files
committed
fix comments
add datatype declaration for LWORK
1 parent d61b9bb commit a608bc2

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

SRC/claswlq.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
*> \endverbatim
105105
*> \param[in] LWORK
106106
*> \verbatim
107+
*> LWORK is INTEGER
107108
*> The dimension of the array WORK. LWORK >= MB*M.
108109
*> If LWORK = -1, then a workspace query is assumed; the routine
109110
*> only calculates the optimal size of the WORK array, returns

SRC/clatsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
*>
107107
*> \param[in] LWORK
108108
*> \verbatim
109+
*> LWORK is INTEGER
109110
*> The dimension of the array WORK. LWORK >= NB*N.
110111
*> If LWORK = -1, then a workspace query is assumed; the routine
111112
*> only calculates the optimal size of the WORK array, returns

SRC/cungtsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
*>
134134
*> \param[in] LWORK
135135
*> \verbatim
136+
*> LWORK is INTEGER
136137
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
137138
*> If LWORK = -1, then a workspace query is assumed.
138139
*> The routine only calculates the optimal size of the WORK

SRC/dlaswlq.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
*> \endverbatim
105105
*> \param[in] LWORK
106106
*> \verbatim
107+
*> LWORK is INTEGER
107108
*> The dimension of the array WORK. LWORK >= MB*M.
108109
*> If LWORK = -1, then a workspace query is assumed; the routine
109110
*> only calculates the optimal size of the WORK array, returns

SRC/dlatsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
*>
107107
*> \param[in] LWORK
108108
*> \verbatim
109+
*> LWORK is INTEGER
109110
*> The dimension of the array WORK. LWORK >= NB*N.
110111
*> If LWORK = -1, then a workspace query is assumed; the routine
111112
*> only calculates the optimal size of the WORK array, returns

SRC/dorgtsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
*>
134134
*> \param[in] LWORK
135135
*> \verbatim
136+
*> LWORK is INTEGER
136137
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
137138
*> If LWORK = -1, then a workspace query is assumed.
138139
*> The routine only calculates the optimal size of the WORK

SRC/slaswlq.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
*> \endverbatim
105105
*> \param[in] LWORK
106106
*> \verbatim
107+
*> LWORK is INTEGER
107108
*> The dimension of the array WORK. LWORK >= MB * M.
108109
*> If LWORK = -1, then a workspace query is assumed; the routine
109110
*> only calculates the optimal size of the WORK array, returns

SRC/slatsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
*>
107107
*> \param[in] LWORK
108108
*> \verbatim
109+
*> LWORK is INTEGER
109110
*> The dimension of the array WORK. LWORK >= NB*N.
110111
*> If LWORK = -1, then a workspace query is assumed; the routine
111112
*> only calculates the optimal size of the WORK array, returns

SRC/sorgtsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
*>
134134
*> \param[in] LWORK
135135
*> \verbatim
136+
*> LWORK is INTEGER
136137
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
137138
*> If LWORK = -1, then a workspace query is assumed.
138139
*> The routine only calculates the optimal size of the WORK

SRC/zlaswlq.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
*> \endverbatim
105105
*> \param[in] LWORK
106106
*> \verbatim
107+
*> LWORK is INTEGER
107108
*> The dimension of the array WORK. LWORK >= MB*M.
108109
*> If LWORK = -1, then a workspace query is assumed; the routine
109110
*> only calculates the optimal size of the WORK array, returns

0 commit comments

Comments
 (0)