Skip to content

Commit bf04fe9

Browse files
committed
comments unified: remove spaces around expr in op( expr ) in xLARHS
1 parent 76bcd0c commit bf04fe9

8 files changed

Lines changed: 23 additions & 23 deletions

File tree

TESTING/EIG/clarhs.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*>
3030
*> CLARHS chooses a set of NRHS random solution vectors and sets
3131
*> up the right hand sides for the linear system
32-
*> op( A ) * X = B,
33-
*> where op( A ) may be A, A**T (transpose of A), or A**H (conjugate
32+
*> op(A) * X = B,
33+
*> where op(A) = A, A**T (transpose of A) or A**H (conjugate
3434
*> transpose of A).
3535
*> \endverbatim
3636
*
@@ -313,7 +313,7 @@ SUBROUTINE CLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS,
313313
10 CONTINUE
314314
END IF
315315
*
316-
* Multiply X by op( A ) using an appropriate
316+
* Multiply X by op(A) using an appropriate
317317
* matrix multiply routine.
318318
*
319319
IF( LSAMEN( 2, C2, 'GE' ) .OR. LSAMEN( 2, C2, 'QR' ) .OR.

TESTING/EIG/dlarhs.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*>
3030
*> DLARHS chooses a set of NRHS random solution vectors and sets
3131
*> up the right hand sides for the linear system
32-
*> op( A ) * X = B,
33-
*> where op( A ) = A or A**T, depending on TRANS.
32+
*> op(A) * X = B,
33+
*> where op(A) = A or A**T, depending on TRANS.
3434
*> \endverbatim
3535
*
3636
* Arguments:
@@ -305,7 +305,7 @@ SUBROUTINE DLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS,
305305
10 CONTINUE
306306
END IF
307307
*
308-
* Multiply X by op( A ) using an appropriate
308+
* Multiply X by op(A) using an appropriate
309309
* matrix multiply routine.
310310
*
311311
IF( LSAMEN( 2, C2, 'GE' ) .OR. LSAMEN( 2, C2, 'QR' ) .OR.

TESTING/EIG/slarhs.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*>
3030
*> SLARHS chooses a set of NRHS random solution vectors and sets
3131
*> up the right hand sides for the linear system
32-
*> op( A ) * X = B,
33-
*> where op( A ) = A or A**T, depending on TRANS.
32+
*> op(A) * X = B,
33+
*> where op(A) = A or A**T, depending on TRANS.
3434
*> \endverbatim
3535
*
3636
* Arguments:
@@ -305,7 +305,7 @@ SUBROUTINE SLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS,
305305
10 CONTINUE
306306
END IF
307307
*
308-
* Multiply X by op( A ) using an appropriate
308+
* Multiply X by op(A) using an appropriate
309309
* matrix multiply routine.
310310
*
311311
IF( LSAMEN( 2, C2, 'GE' ) .OR. LSAMEN( 2, C2, 'QR' ) .OR.

TESTING/EIG/zlarhs.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*>
3030
*> ZLARHS chooses a set of NRHS random solution vectors and sets
3131
*> up the right hand sides for the linear system
32-
*> op( A ) * X = B,
33-
*> where op( A ) may be A, A**T (transpose of A), or A**H (conjugate
32+
*> op(A) * X = B,
33+
*> where op(A) = A, A**T (transpose of A), or A**H (conjugate
3434
*> transpose of A).
3535
*> \endverbatim
3636
*
@@ -313,7 +313,7 @@ SUBROUTINE ZLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS,
313313
10 CONTINUE
314314
END IF
315315
*
316-
* Multiply X by op( A ) using an appropriate
316+
* Multiply X by op(A) using an appropriate
317317
* matrix multiply routine.
318318
*
319319
IF( LSAMEN( 2, C2, 'GE' ) .OR. LSAMEN( 2, C2, 'QR' ) .OR.

TESTING/LIN/clarhs.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*>
3030
*> CLARHS chooses a set of NRHS random solution vectors and sets
3131
*> up the right hand sides for the linear system
32-
*> op( A ) * X = B,
33-
*> where op( A ) may be A, A**T (transpose of A), or A**H (conjugate
32+
*> op(A) * X = B,
33+
*> where op(A) = A, A**T (transpose of A), or A**H (conjugate
3434
*> transpose of A).
3535
*> \endverbatim
3636
*
@@ -313,7 +313,7 @@ SUBROUTINE CLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS,
313313
10 CONTINUE
314314
END IF
315315
*
316-
* Multiply X by op( A ) using an appropriate
316+
* Multiply X by op(A) using an appropriate
317317
* matrix multiply routine.
318318
*
319319
IF( LSAMEN( 2, C2, 'GE' ) .OR. LSAMEN( 2, C2, 'QR' ) .OR.

TESTING/LIN/dlarhs.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*>
3030
*> DLARHS chooses a set of NRHS random solution vectors and sets
3131
*> up the right hand sides for the linear system
32-
*> op( A ) * X = B,
33-
*> where op( A ) = A or A**T, depending on TRANS.
32+
*> op(A) * X = B,
33+
*> where op(A) = A or A**T, depending on TRANS.
3434
*> \endverbatim
3535
*
3636
* Arguments:
@@ -305,7 +305,7 @@ SUBROUTINE DLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS,
305305
10 CONTINUE
306306
END IF
307307
*
308-
* Multiply X by op( A ) using an appropriate
308+
* Multiply X by op(A) using an appropriate
309309
* matrix multiply routine.
310310
*
311311
IF( LSAMEN( 2, C2, 'GE' ) .OR. LSAMEN( 2, C2, 'QR' ) .OR.

TESTING/LIN/slarhs.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*>
3030
*> SLARHS chooses a set of NRHS random solution vectors and sets
3131
*> up the right hand sides for the linear system
32-
*> op( A ) * X = B,
32+
*> op(A) * X = B,
3333
*> where op(A) = A or A**T.
3434
*> \endverbatim
3535
*
@@ -305,7 +305,7 @@ SUBROUTINE SLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS,
305305
10 CONTINUE
306306
END IF
307307
*
308-
* Multiply X by op( A ) using an appropriate
308+
* Multiply X by op(A) using an appropriate
309309
* matrix multiply routine.
310310
*
311311
IF( LSAMEN( 2, C2, 'GE' ) .OR. LSAMEN( 2, C2, 'QR' ) .OR.

TESTING/LIN/zlarhs.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*>
3030
*> ZLARHS chooses a set of NRHS random solution vectors and sets
3131
*> up the right hand sides for the linear system
32-
*> op( A ) * X = B,
33-
*> where op( A ) may be A, A**T (transpose of A), or A**H (conjugate
32+
*> op(A) * X = B,
33+
*> where op(A) = A, A**T (transpose of A), or A**H (conjugate
3434
*> transpose of A).
3535
*> \endverbatim
3636
*
@@ -313,7 +313,7 @@ SUBROUTINE ZLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS,
313313
10 CONTINUE
314314
END IF
315315
*
316-
* Multiply X by op( A ) using an appropriate
316+
* Multiply X by op(A) using an appropriate
317317
* matrix multiply routine.
318318
*
319319
IF( LSAMEN( 2, C2, 'GE' ) .OR. LSAMEN( 2, C2, 'QR' ) .OR.

0 commit comments

Comments
 (0)