Skip to content

Commit 9ff0c3d

Browse files
committed
correct type names in parameter comments
1 parent 365d50c commit 9ff0c3d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

SRC/clarrv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
*>
200200
*> \param[out] Z
201201
*> \verbatim
202-
*> Z is array, dimension (LDZ, max(1,M) )
202+
*> Z is COMPLEX array, dimension (LDZ, max(1,M) )
203203
*> If INFO = 0, the first M columns of Z contain the
204204
*> orthonormal eigenvectors of the matrix T
205205
*> corresponding to the input eigenvalues, with the i-th

SRC/dgebal.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
*>
6868
*> \param[in,out] A
6969
*> \verbatim
70-
*> A is DOUBLE array, dimension (LDA,N)
70+
*> A is DOUBLE PRECISION array, dimension (LDA,N)
7171
*> On entry, the input matrix A.
7272
*> On exit, A is overwritten by the balanced matrix.
7373
*> If JOB = 'N', A is not referenced.
@@ -94,7 +94,7 @@
9494
*>
9595
*> \param[out] SCALE
9696
*> \verbatim
97-
*> SCALE is DOUBLE array, dimension (N)
97+
*> SCALE is DOUBLE PRECISION array, dimension (N)
9898
*> Details of the permutations and scaling factors applied to
9999
*> A. If P(j) is the index of the row and column interchanged
100100
*> with row and column j and D(j) is the scaling factor

SRC/ilaclr.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*>
5454
*> \param[in] A
5555
*> \verbatim
56-
*> A is array, dimension (LDA,N)
56+
*> A is COMPLEX array, dimension (LDA,N)
5757
*> The m by n matrix A.
5858
*> \endverbatim
5959
*>

0 commit comments

Comments
 (0)