Skip to content

Commit 6834a3e

Browse files
committed
xPPSVX, xSPGV, xSPSVX; parameter comments for AFP and AP: pull (N*(N+1)/2) the array dimension line
1 parent 8756876 commit 6834a3e

6 files changed

Lines changed: 6 additions & 12 deletions

File tree

SRC/dppsvx.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@
147147
*>
148148
*> \param[in,out] AFP
149149
*> \verbatim
150-
*> AFP is DOUBLE PRECISION array, dimension
151-
*> (N*(N+1)/2)
150+
*> AFP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
152151
*> If FACT = 'F', then AFP is an input argument and on entry
153152
*> contains the triangular factor U or L from the Cholesky
154153
*> factorization A = U**T*U or A = L*L**T, in the same storage

SRC/dspgv.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
*>
7878
*> \param[in,out] AP
7979
*> \verbatim
80-
*> AP is DOUBLE PRECISION array, dimension
81-
*> (N*(N+1)/2)
80+
*> AP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
8281
*> On entry, the upper or lower triangle of the symmetric matrix
8382
*> A, packed columnwise in a linear array. The j-th column of A
8483
*> is stored in the array AP as follows:

SRC/dspsvx.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@
123123
*>
124124
*> \param[in,out] AFP
125125
*> \verbatim
126-
*> AFP is DOUBLE PRECISION array, dimension
127-
*> (N*(N+1)/2)
126+
*> AFP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
128127
*> If FACT = 'F', then AFP is an input argument and on entry
129128
*> contains the block diagonal matrix D and the multipliers used
130129
*> to obtain the factor U or L from the factorization

SRC/sppsvx.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@
147147
*>
148148
*> \param[in,out] AFP
149149
*> \verbatim
150-
*> AFP is REAL array, dimension
151-
*> (N*(N+1)/2)
150+
*> AFP is REAL array, dimension (N*(N+1)/2)
152151
*> If FACT = 'F', then AFP is an input argument and on entry
153152
*> contains the triangular factor U or L from the Cholesky
154153
*> factorization A = U**T*U or A = L*L**T, in the same storage

SRC/sspgv.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
*>
7878
*> \param[in,out] AP
7979
*> \verbatim
80-
*> AP is REAL array, dimension
81-
*> (N*(N+1)/2)
80+
*> AP is REAL array, dimension (N*(N+1)/2)
8281
*> On entry, the upper or lower triangle of the symmetric matrix
8382
*> A, packed columnwise in a linear array. The j-th column of A
8483
*> is stored in the array AP as follows:

SRC/sspsvx.f

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@
123123
*>
124124
*> \param[in,out] AFP
125125
*> \verbatim
126-
*> AFP is REAL array, dimension
127-
*> (N*(N+1)/2)
126+
*> AFP is REAL array, dimension (N*(N+1)/2)
128127
*> If FACT = 'F', then AFP is an input argument and on entry
129128
*> contains the block diagonal matrix D and the multipliers used
130129
*> to obtain the factor U or L from the factorization

0 commit comments

Comments
 (0)