Skip to content

Commit a0634a9

Browse files
committed
unify comments: TRANS parameter
This commit completes changes made in: * 2f9f42b 2021-06-03
1 parent 95b6abf commit a0634a9

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

TESTING/LIN/ctpt02.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
*> \verbatim
5151
*> TRANS is CHARACTER*1
5252
*> Specifies the operation applied to A.
53-
*> = 'N': A *x = b (No transpose)
54-
*> = 'T': A**T *x = b (Transpose)
55-
*> = 'C': A**H *x = b (Conjugate transpose)
53+
*> = 'N': A * X = B (No transpose)
54+
*> = 'T': A**T * X = B (Transpose)
55+
*> = 'C': A**H * X = B (Conjugate transpose)
5656
*> \endverbatim
5757
*>
5858
*> \param[in] DIAG

TESTING/LIN/ctrt02.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
*> \verbatim
5252
*> TRANS is CHARACTER*1
5353
*> Specifies the operation applied to A.
54-
*> = 'N': A *x = b (No transpose)
55-
*> = 'T': A**T *x = b (Transpose)
56-
*> = 'C': A**H *x = b (Conjugate transpose)
54+
*> = 'N': A * X = B (No transpose)
55+
*> = 'T': A**T * X = B (Transpose)
56+
*> = 'C': A**H * X = B (Conjugate transpose)
5757
*> \endverbatim
5858
*>
5959
*> \param[in] DIAG

TESTING/LIN/ztpt02.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
*> \verbatim
5151
*> TRANS is CHARACTER*1
5252
*> Specifies the operation applied to A.
53-
*> = 'N': A *x = b (No transpose)
54-
*> = 'T': A**T *x = b (Transpose)
55-
*> = 'C': A**H *x = b (Conjugate transpose)
53+
*> = 'N': A * X = B (No transpose)
54+
*> = 'T': A**T * X = B (Transpose)
55+
*> = 'C': A**H * X = B (Conjugate transpose)
5656
*> \endverbatim
5757
*>
5858
*> \param[in] DIAG

TESTING/LIN/ztrt02.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
*> \verbatim
5252
*> TRANS is CHARACTER*1
5353
*> Specifies the operation applied to A.
54-
*> = 'N': A *x = b (No transpose)
55-
*> = 'T': A**T *x = b (Transpose)
56-
*> = 'C': A**H *x = b (Conjugate transpose)
54+
*> = 'N': A * X = B (No transpose)
55+
*> = 'T': A**T * X = B (Transpose)
56+
*> = 'C': A**H * X = B (Conjugate transpose)
5757
*> \endverbatim
5858
*>
5959
*> \param[in] DIAG

0 commit comments

Comments
 (0)