Skip to content

Commit

Permalink
fix docs: label work arrays as param[out]
Browse files Browse the repository at this point in the history
  • Loading branch information
drwells committed May 29, 2018
1 parent 85747ad commit b9576fe
Show file tree
Hide file tree
Showing 42 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion SRC/chb2st_kernels.f
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
*> LDVT is INTEGER.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array. Workspace of size nb.
*> \endverbatim
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_gbrcond_c.f
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_gbrcond_x.f
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_gercond_c.f
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_gercond_x.f
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_hercond_c.f
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_hercond_x.f
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
2 changes: 1 addition & 1 deletion SRC/cla_herpvgrw.f
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
*> as determined by CHETRF.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (2*N)
*> \endverbatim
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_porcond_c.f
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_porcond_x.f
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
2 changes: 1 addition & 1 deletion SRC/cla_porpvgrw.f
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
*> The leading dimension of the array AF. LDAF >= max(1,N).
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (2*N)
*> \endverbatim
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_syrcond_c.f
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/cla_syrcond_x.f
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX array, dimension (2*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] RWORK
*> \param[out] RWORK
*> \verbatim
*> RWORK is REAL array, dimension (N).
*> Workspace.
Expand Down
2 changes: 1 addition & 1 deletion SRC/cla_syrpvgrw.f
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
*> as determined by CSYTRF.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (2*N)
*> \endverbatim
Expand Down
4 changes: 2 additions & 2 deletions SRC/dla_gbrcond.f
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is DOUBLE PRECISION array, dimension (5*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] IWORK
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/dla_gercond.f
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is DOUBLE PRECISION array, dimension (3*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] IWORK
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/dla_porcond.f
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is DOUBLE PRECISION array, dimension (3*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] IWORK
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (N).
*> Workspace.
Expand Down
2 changes: 1 addition & 1 deletion SRC/dla_porpvgrw.f
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
*> The leading dimension of the array AF. LDAF >= max(1,N).
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is DOUBLE PRECISION array, dimension (2*N)
*> \endverbatim
Expand Down
4 changes: 2 additions & 2 deletions SRC/dla_syrcond.f
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is DOUBLE PRECISION array, dimension (3*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] IWORK
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (N).
*> Workspace.
Expand Down
2 changes: 1 addition & 1 deletion SRC/dla_syrpvgrw.f
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
*> as determined by DSYTRF.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is DOUBLE PRECISION array, dimension (2*N)
*> \endverbatim
Expand Down
2 changes: 1 addition & 1 deletion SRC/dsb2st_kernels.f
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
*> LDVT is INTEGER.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is DOUBLE PRECISION array. Workspace of size nb.
*> \endverbatim
Expand Down
4 changes: 2 additions & 2 deletions SRC/sla_gbrcond.f
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (5*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] IWORK
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (N).
*> Workspace.
Expand Down
4 changes: 2 additions & 2 deletions SRC/sla_gercond.f
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (3*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] IWORK
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (N).
*> Workspace.2
Expand Down
4 changes: 2 additions & 2 deletions SRC/sla_porcond.f
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (3*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] IWORK
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (N).
*> Workspace.
Expand Down
2 changes: 1 addition & 1 deletion SRC/sla_porpvgrw.f
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
*> The leading dimension of the array AF. LDAF >= max(1,N).
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (2*N)
*> \endverbatim
Expand Down
4 changes: 2 additions & 2 deletions SRC/sla_syrcond.f
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@
*> i > 0: The ith argument is invalid.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (3*N).
*> Workspace.
*> \endverbatim
*>
*> \param[in] IWORK
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (N).
*> Workspace.
Expand Down
2 changes: 1 addition & 1 deletion SRC/sla_syrpvgrw.f
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
*> as determined by SSYTRF.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array, dimension (2*N)
*> \endverbatim
Expand Down
2 changes: 1 addition & 1 deletion SRC/ssb2st_kernels.f
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
*> LDVT is INTEGER.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is REAL array. Workspace of size nb.
*> \endverbatim
Expand Down
2 changes: 1 addition & 1 deletion SRC/zhb2st_kernels.f
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
*> LDVT is INTEGER.
*> \endverbatim
*>
*> \param[in] WORK
*> \param[out] WORK
*> \verbatim
*> WORK is COMPLEX*16 array. Workspace of size nb.
*> \endverbatim
Expand Down
Loading

0 comments on commit b9576fe

Please sign in to comment.