Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions SRC/cgejsv.f
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
*> are computed and stored in the arrays U and V, respectively. The diagonal
*> of [SIGMA] is computed and stored in the array SVA.
*> \endverbatim
*>
*> Arguments:
*> ==========
*>
*
* Arguments:
* ==========
*
*> \param[in] JOBA
*> \verbatim
*> JOBA is CHARACTER*1
Expand Down
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
2 changes: 1 addition & 1 deletion SRC/cuncsd2by1.f
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
*> and RWORK array, respectively, and no error message related
*> to LWORK or LRWORK is issued by XERBLA.
*> \endverbatim
*
*>
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (M-MIN(P,M-P,Q,M-Q))
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
8 changes: 4 additions & 4 deletions SRC/zgejsv.f
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
*> are computed and stored in the arrays U and V, respectively. The diagonal
*> of [SIGMA] is computed and stored in the array SVA.
*> \endverbatim
*>
*> Arguments:
*> ==========
*>
*
* Arguments:
* ==========
*
*> \param[in] JOBA
*> \verbatim
*> JOBA is CHARACTER*1
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
2 changes: 1 addition & 1 deletion SRC/zuncsd2by1.f
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
*> and RWORK array, respectively, and no error message related
*> to LWORK or LRWORK is issued by XERBLA.
*> \endverbatim
*
*>
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (M-MIN(P,M-P,Q,M-Q))
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