Skip to content

Commit

Permalink
Merge pull request #1004 from jip/fix
Browse files Browse the repository at this point in the history
fix comments
  • Loading branch information
langou committed Apr 9, 2024
2 parents 7295ac1 + 06fc0d8 commit a6f8371
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
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
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
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
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
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
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 a6f8371

Please sign in to comment.