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 8, 2024
1 parent 7295ac1 commit 06fc0d8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions SRC/cgetsqrhrt.f
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK.
*> If MIN(M,N) = 0, LWORK >= 1, else
*> LWORK >= MAX( 1, LWT + LW1, MAX( LWT+N*N+LW2, LWT+N*N+N ) ),
Expand Down
1 change: 1 addition & 0 deletions SRC/cungtsqr_row.f
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK.
*> LWORK >= NBLOCAL * MAX(NBLOCAL,(N-NBLOCAL)),
*> where NBLOCAL=MIN(NB,N).
Expand Down
1 change: 1 addition & 0 deletions SRC/dorgtsqr_row.f
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK.
*> LWORK >= NBLOCAL * MAX(NBLOCAL,(N-NBLOCAL)),
*> where NBLOCAL=MIN(NB,N).
Expand Down
1 change: 1 addition & 0 deletions SRC/sorgtsqr_row.f
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK.
*> LWORK >= NBLOCAL * MAX(NBLOCAL,(N-NBLOCAL)),
*> where NBLOCAL=MIN(NB,N).
Expand Down
1 change: 1 addition & 0 deletions SRC/zgetsqrhrt.f
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK.
*> If MIN(M,N) = 0, LWORK >= 1, else
*> LWORK >= MAX( 1, LWT + LW1, MAX( LWT+N*N+LW2, LWT+N*N+N ) ),
Expand Down
1 change: 1 addition & 0 deletions SRC/zungtsqr_row.f
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK.
*> LWORK >= NBLOCAL * MAX(NBLOCAL,(N-NBLOCAL)),
*> where NBLOCAL=MIN(NB,N).
Expand Down

0 comments on commit 06fc0d8

Please sign in to comment.