Skip to content

Commit e378062

Browse files
authored
Merge pull request #165 from thielema/array-dimensions
Some final line-break rearrangements that assist my parameter comment parser.
2 parents 8756876 + ddc1ade commit e378062

22 files changed

Lines changed: 48 additions & 92 deletions

SRC/cla_gbrfsx_extended.f

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@
208208
*>
209209
*> \param[in,out] ERR_BNDS_NORM
210210
*> \verbatim
211-
*> ERR_BNDS_NORM is REAL array, dimension
212-
*> (NRHS, N_ERR_BNDS)
211+
*> ERR_BNDS_NORM is REAL array, dimension (NRHS, N_ERR_BNDS)
213212
*> For each right-hand side, this array contains information about
214213
*> various error bounds and condition numbers corresponding to the
215214
*> normwise relative error, which is defined as follows:
@@ -255,8 +254,7 @@
255254
*>
256255
*> \param[in,out] ERR_BNDS_COMP
257256
*> \verbatim
258-
*> ERR_BNDS_COMP is REAL array, dimension
259-
*> (NRHS, N_ERR_BNDS)
257+
*> ERR_BNDS_COMP is REAL array, dimension (NRHS, N_ERR_BNDS)
260258
*> For each right-hand side, this array contains information about
261259
*> various error bounds and condition numbers corresponding to the
262260
*> componentwise relative error, which is defined as follows:

SRC/cla_herfsx_extended.f

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@
161161
*>
162162
*> \param[in,out] Y
163163
*> \verbatim
164-
*> Y is COMPLEX array, dimension
165-
*> (LDY,NRHS)
164+
*> Y is COMPLEX array, dimension (LDY,NRHS)
166165
*> On entry, the solution matrix X, as computed by CHETRS.
167166
*> On exit, the improved solution matrix Y.
168167
*> \endverbatim
@@ -194,8 +193,7 @@
194193
*>
195194
*> \param[in,out] ERR_BNDS_NORM
196195
*> \verbatim
197-
*> ERR_BNDS_NORM is REAL array, dimension
198-
*> (NRHS, N_ERR_BNDS)
196+
*> ERR_BNDS_NORM is REAL array, dimension (NRHS, N_ERR_BNDS)
199197
*> For each right-hand side, this array contains information about
200198
*> various error bounds and condition numbers corresponding to the
201199
*> normwise relative error, which is defined as follows:
@@ -241,8 +239,7 @@
241239
*>
242240
*> \param[in,out] ERR_BNDS_COMP
243241
*> \verbatim
244-
*> ERR_BNDS_COMP is REAL array, dimension
245-
*> (NRHS, N_ERR_BNDS)
242+
*> ERR_BNDS_COMP is REAL array, dimension (NRHS, N_ERR_BNDS)
246243
*> For each right-hand side, this array contains information about
247244
*> various error bounds and condition numbers corresponding to the
248245
*> componentwise relative error, which is defined as follows:

SRC/cla_porfsx_extended.f

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@
153153
*>
154154
*> \param[in,out] Y
155155
*> \verbatim
156-
*> Y is COMPLEX array, dimension
157-
*> (LDY,NRHS)
156+
*> Y is COMPLEX array, dimension (LDY,NRHS)
158157
*> On entry, the solution matrix X, as computed by CPOTRS.
159158
*> On exit, the improved solution matrix Y.
160159
*> \endverbatim
@@ -186,8 +185,7 @@
186185
*>
187186
*> \param[in,out] ERR_BNDS_NORM
188187
*> \verbatim
189-
*> ERR_BNDS_NORM is REAL array, dimension
190-
*> (NRHS, N_ERR_BNDS)
188+
*> ERR_BNDS_NORM is REAL array, dimension (NRHS, N_ERR_BNDS)
191189
*> For each right-hand side, this array contains information about
192190
*> various error bounds and condition numbers corresponding to the
193191
*> normwise relative error, which is defined as follows:
@@ -233,8 +231,7 @@
233231
*>
234232
*> \param[in,out] ERR_BNDS_COMP
235233
*> \verbatim
236-
*> ERR_BNDS_COMP is REAL array, dimension
237-
*> (NRHS, N_ERR_BNDS)
234+
*> ERR_BNDS_COMP is REAL array, dimension (NRHS, N_ERR_BNDS)
238235
*> For each right-hand side, this array contains information about
239236
*> various error bounds and condition numbers corresponding to the
240237
*> componentwise relative error, which is defined as follows:

SRC/cla_syrfsx_extended.f

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@
161161
*>
162162
*> \param[in,out] Y
163163
*> \verbatim
164-
*> Y is COMPLEX array, dimension
165-
*> (LDY,NRHS)
164+
*> Y is COMPLEX array, dimension (LDY,NRHS)
166165
*> On entry, the solution matrix X, as computed by CSYTRS.
167166
*> On exit, the improved solution matrix Y.
168167
*> \endverbatim
@@ -194,8 +193,7 @@
194193
*>
195194
*> \param[in,out] ERR_BNDS_NORM
196195
*> \verbatim
197-
*> ERR_BNDS_NORM is REAL array, dimension
198-
*> (NRHS, N_ERR_BNDS)
196+
*> ERR_BNDS_NORM is REAL array, dimension (NRHS, N_ERR_BNDS)
199197
*> For each right-hand side, this array contains information about
200198
*> various error bounds and condition numbers corresponding to the
201199
*> normwise relative error, which is defined as follows:
@@ -241,8 +239,7 @@
241239
*>
242240
*> \param[in,out] ERR_BNDS_COMP
243241
*> \verbatim
244-
*> ERR_BNDS_COMP is REAL array, dimension
245-
*> (NRHS, N_ERR_BNDS)
242+
*> ERR_BNDS_COMP is REAL array, dimension (NRHS, N_ERR_BNDS)
246243
*> For each right-hand side, this array contains information about
247244
*> various error bounds and condition numbers corresponding to the
248245
*> componentwise relative error, which is defined as follows:

SRC/dla_gbrfsx_extended.f

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@
177177
*>
178178
*> \param[in,out] Y
179179
*> \verbatim
180-
*> Y is DOUBLE PRECISION array, dimension
181-
*> (LDY,NRHS)
180+
*> Y is DOUBLE PRECISION array, dimension (LDY,NRHS)
182181
*> On entry, the solution matrix X, as computed by DGBTRS.
183182
*> On exit, the improved solution matrix Y.
184183
*> \endverbatim
@@ -210,8 +209,7 @@
210209
*>
211210
*> \param[in,out] ERR_BNDS_NORM
212211
*> \verbatim
213-
*> ERR_BNDS_NORM is DOUBLE PRECISION array, dimension
214-
*> (NRHS, N_ERR_BNDS)
212+
*> ERR_BNDS_NORM is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
215213
*> For each right-hand side, this array contains information about
216214
*> various error bounds and condition numbers corresponding to the
217215
*> normwise relative error, which is defined as follows:
@@ -257,8 +255,7 @@
257255
*>
258256
*> \param[in,out] ERR_BNDS_COMP
259257
*> \verbatim
260-
*> ERR_BNDS_COMP is DOUBLE PRECISION array, dimension
261-
*> (NRHS, N_ERR_BNDS)
258+
*> ERR_BNDS_COMP is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
262259
*> For each right-hand side, this array contains information about
263260
*> various error bounds and condition numbers corresponding to the
264261
*> componentwise relative error, which is defined as follows:

SRC/dla_geamv.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
*>
139139
*> \param[in,out] Y
140140
*> \verbatim
141-
*> Y is DOUBLE PRECISION
142-
*> Array of DIMENSION at least
141+
*> Y is DOUBLE PRECISION array,
142+
*> dimension at least
143143
*> ( 1 + ( m - 1 )*abs( INCY ) ) when TRANS = 'N' or 'n'
144144
*> and at least
145145
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.

SRC/dla_gerfsx_extended.f

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@
163163
*>
164164
*> \param[in,out] Y
165165
*> \verbatim
166-
*> Y is DOUBLE PRECISION array, dimension
167-
*> (LDY,NRHS)
166+
*> Y is DOUBLE PRECISION array, dimension (LDY,NRHS)
168167
*> On entry, the solution matrix X, as computed by DGETRS.
169168
*> On exit, the improved solution matrix Y.
170169
*> \endverbatim
@@ -196,8 +195,7 @@
196195
*>
197196
*> \param[in,out] ERRS_N
198197
*> \verbatim
199-
*> ERRS_N is DOUBLE PRECISION array, dimension
200-
*> (NRHS, N_ERR_BNDS)
198+
*> ERRS_N is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
201199
*> For each right-hand side, this array contains information about
202200
*> various error bounds and condition numbers corresponding to the
203201
*> normwise relative error, which is defined as follows:
@@ -243,8 +241,7 @@
243241
*>
244242
*> \param[in,out] ERRS_C
245243
*> \verbatim
246-
*> ERRS_C is DOUBLE PRECISION array, dimension
247-
*> (NRHS, N_ERR_BNDS)
244+
*> ERRS_C is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
248245
*> For each right-hand side, this array contains information about
249246
*> various error bounds and condition numbers corresponding to the
250247
*> componentwise relative error, which is defined as follows:

SRC/dla_porfsx_extended.f

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@
153153
*>
154154
*> \param[in,out] Y
155155
*> \verbatim
156-
*> Y is DOUBLE PRECISION array, dimension
157-
*> (LDY,NRHS)
156+
*> Y is DOUBLE PRECISION array, dimension (LDY,NRHS)
158157
*> On entry, the solution matrix X, as computed by DPOTRS.
159158
*> On exit, the improved solution matrix Y.
160159
*> \endverbatim
@@ -186,8 +185,7 @@
186185
*>
187186
*> \param[in,out] ERR_BNDS_NORM
188187
*> \verbatim
189-
*> ERR_BNDS_NORM is DOUBLE PRECISION array, dimension
190-
*> (NRHS, N_ERR_BNDS)
188+
*> ERR_BNDS_NORM is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
191189
*> For each right-hand side, this array contains information about
192190
*> various error bounds and condition numbers corresponding to the
193191
*> normwise relative error, which is defined as follows:
@@ -233,8 +231,7 @@
233231
*>
234232
*> \param[in,out] ERR_BNDS_COMP
235233
*> \verbatim
236-
*> ERR_BNDS_COMP is DOUBLE PRECISION array, dimension
237-
*> (NRHS, N_ERR_BNDS)
234+
*> ERR_BNDS_COMP is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
238235
*> For each right-hand side, this array contains information about
239236
*> various error bounds and condition numbers corresponding to the
240237
*> componentwise relative error, which is defined as follows:

SRC/dla_syrfsx_extended.f

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@
162162
*>
163163
*> \param[in,out] Y
164164
*> \verbatim
165-
*> Y is DOUBLE PRECISION array, dimension
166-
*> (LDY,NRHS)
165+
*> Y is DOUBLE PRECISION array, dimension (LDY,NRHS)
167166
*> On entry, the solution matrix X, as computed by DSYTRS.
168167
*> On exit, the improved solution matrix Y.
169168
*> \endverbatim
@@ -195,8 +194,7 @@
195194
*>
196195
*> \param[in,out] ERR_BNDS_NORM
197196
*> \verbatim
198-
*> ERR_BNDS_NORM is DOUBLE PRECISION array, dimension
199-
*> (NRHS, N_ERR_BNDS)
197+
*> ERR_BNDS_NORM is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
200198
*> For each right-hand side, this array contains information about
201199
*> various error bounds and condition numbers corresponding to the
202200
*> normwise relative error, which is defined as follows:
@@ -242,8 +240,7 @@
242240
*>
243241
*> \param[in,out] ERR_BNDS_COMP
244242
*> \verbatim
245-
*> ERR_BNDS_COMP is DOUBLE PRECISION array, dimension
246-
*> (NRHS, N_ERR_BNDS)
243+
*> ERR_BNDS_COMP is DOUBLE PRECISION array, dimension (NRHS, N_ERR_BNDS)
247244
*> For each right-hand side, this array contains information about
248245
*> various error bounds and condition numbers corresponding to the
249246
*> componentwise relative error, which is defined as follows:

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

0 commit comments

Comments
 (0)