Skip to content

Commit 6332fc9

Browse files
committed
xTGEX2, xTGEXC, xLASD0, xLASD3, SSYGVX, parameter comments: fix wrong LD's in leading dimensions
1 parent 8a034ba commit 6332fc9

11 files changed

Lines changed: 13 additions & 15 deletions

File tree

SRC/ctgex2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
*>
103103
*> \param[in,out] Q
104104
*> \verbatim
105-
*> Q is COMPLEX array, dimension (LDZ,N)
105+
*> Q is COMPLEX array, dimension (LDQ,N)
106106
*> If WANTQ = .TRUE, on entry, the unitary matrix Q. On exit,
107107
*> the updated matrix Q.
108108
*> Not referenced if WANTQ = .FALSE..

SRC/ctgexc.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
*>
103103
*> \param[in,out] Q
104104
*> \verbatim
105-
*> Q is COMPLEX array, dimension (LDZ,N)
105+
*> Q is COMPLEX array, dimension (LDQ,N)
106106
*> On entry, if WANTQ = .TRUE., the unitary matrix Q.
107107
*> On exit, the updated matrix Q.
108108
*> If WANTQ = .FALSE., Q is not referenced.

SRC/dlasd0.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
*>
8282
*> \param[out] U
8383
*> \verbatim
84-
*> U is DOUBLE PRECISION array, dimension at least (LDQ, N)
84+
*> U is DOUBLE PRECISION array, dimension (LDU, N)
8585
*> On exit, U contains the left singular vectors.
8686
*> \endverbatim
8787
*>
@@ -93,7 +93,7 @@
9393
*>
9494
*> \param[out] VT
9595
*> \verbatim
96-
*> VT is DOUBLE PRECISION array, dimension at least (LDVT, M)
96+
*> VT is DOUBLE PRECISION array, dimension (LDVT, M)
9797
*> On exit, VT**T contains the right singular vectors.
9898
*> \endverbatim
9999
*>

SRC/dlasd3.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@
9494
*>
9595
*> \param[out] Q
9696
*> \verbatim
97-
*> Q is DOUBLE PRECISION array,
98-
*> dimension at least (LDQ,K).
97+
*> Q is DOUBLE PRECISION array, dimension (LDQ,K)
9998
*> \endverbatim
10099
*>
101100
*> \param[in] LDQ

SRC/slasd0.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
*>
8282
*> \param[out] U
8383
*> \verbatim
84-
*> U is REAL array, dimension at least (LDQ, N)
84+
*> U is REAL array, dimension (LDU, N)
8585
*> On exit, U contains the left singular vectors.
8686
*> \endverbatim
8787
*>
@@ -93,7 +93,7 @@
9393
*>
9494
*> \param[out] VT
9595
*> \verbatim
96-
*> VT is REAL array, dimension at least (LDVT, M)
96+
*> VT is REAL array, dimension (LDVT, M)
9797
*> On exit, VT**T contains the right singular vectors.
9898
*> \endverbatim
9999
*>

SRC/slasd3.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@
9494
*>
9595
*> \param[out] Q
9696
*> \verbatim
97-
*> Q is REAL array,
98-
*> dimension at least (LDQ,K).
97+
*> Q is REAL array, dimension (LDQ,K)
9998
*> \endverbatim
10099
*>
101100
*> \param[in] LDQ

SRC/ssygvx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
*>
111111
*> \param[in,out] B
112112
*> \verbatim
113-
*> B is REAL array, dimension (LDA, N)
113+
*> B is REAL array, dimension (LDB, N)
114114
*> On entry, the symmetric matrix B. If UPLO = 'U', the
115115
*> leading N-by-N upper triangular part of B contains the
116116
*> upper triangular part of the matrix B. If UPLO = 'L',

SRC/stgex2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
*>
104104
*> \param[in,out] Q
105105
*> \verbatim
106-
*> Q is REAL array, dimension (LDZ,N)
106+
*> Q is REAL array, dimension (LDQ,N)
107107
*> On entry, if WANTQ = .TRUE., the orthogonal matrix Q.
108108
*> On exit, the updated matrix Q.
109109
*> Not referenced if WANTQ = .FALSE..

SRC/stgexc.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
*>
112112
*> \param[in,out] Q
113113
*> \verbatim
114-
*> Q is REAL array, dimension (LDZ,N)
114+
*> Q is REAL array, dimension (LDQ,N)
115115
*> On entry, if WANTQ = .TRUE., the orthogonal matrix Q.
116116
*> On exit, the updated matrix Q.
117117
*> If WANTQ = .FALSE., Q is not referenced.

SRC/ztgex2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
*>
103103
*> \param[in,out] Q
104104
*> \verbatim
105-
*> Q is COMPLEX*16 array, dimension (LDZ,N)
105+
*> Q is COMPLEX*16 array, dimension (LDQ,N)
106106
*> If WANTQ = .TRUE, on entry, the unitary matrix Q. On exit,
107107
*> the updated matrix Q.
108108
*> Not referenced if WANTQ = .FALSE..

0 commit comments

Comments
 (0)