Skip to content

Commit

Permalink
Merge pull request Reference-LAPACK#811 from jip/fix
Browse files Browse the repository at this point in the history
Fix typos in comments
  • Loading branch information
langou authored Apr 3, 2023
2 parents 1d86d53 + a608bc2 commit 3d816ea
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 10 deletions.
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

0 comments on commit 3d816ea

Please sign in to comment.