Skip to content

Commit 7963399

Browse files
committed
comments fixed: 'Transpose' replaced by 'Conjugate transpose'
1 parent 036011f commit 7963399

17 files changed

+29
-29
lines changed

SRC/cgemlq.f

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
*> \param[in] SIDE
3838
*> \verbatim
3939
*> SIDE is CHARACTER*1
40-
*> = 'L': apply Q or Q**T from the Left;
41-
*> = 'R': apply Q or Q**T from the Right.
40+
*> = 'L': apply Q or Q**H from the Left;
41+
*> = 'R': apply Q or Q**H from the Right.
4242
*> \endverbatim
4343
*>
4444
*> \param[in] TRANS
4545
*> \verbatim
4646
*> TRANS is CHARACTER*1
4747
*> = 'N': No transpose, apply Q;
48-
*> = 'T': Transpose, apply Q**T.
48+
*> = 'C': Conjugate transpose, apply Q**H.
4949
*> \endverbatim
5050
*>
5151
*> \param[in] M
@@ -99,7 +99,7 @@
9999
*> \verbatim
100100
*> C is COMPLEX array, dimension (LDC,N)
101101
*> On entry, the M-by-N matrix C.
102-
*> On exit, C is overwritten by Q*C or Q**T*C or C*Q**T or C*Q.
102+
*> On exit, C is overwritten by Q*C or Q**H*C or C*Q**H or C*Q.
103103
*> \endverbatim
104104
*>
105105
*> \param[in] LDC

SRC/cgemlqt.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
*> \verbatim
5151
*> TRANS is CHARACTER*1
5252
*> = 'N': No transpose, apply Q;
53-
*> = 'C': Transpose, apply Q**H.
53+
*> = 'C': Conjugate transpose, apply Q**H.
5454
*> \endverbatim
5555
*>
5656
*> \param[in] M

SRC/cgemqr.f

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
*> \param[in] SIDE
3939
*> \verbatim
4040
*> SIDE is CHARACTER*1
41-
*> = 'L': apply Q or Q**T from the Left;
42-
*> = 'R': apply Q or Q**T from the Right.
41+
*> = 'L': apply Q or Q**H from the Left;
42+
*> = 'R': apply Q or Q**H from the Right.
4343
*> \endverbatim
4444
*>
4545
*> \param[in] TRANS
4646
*> \verbatim
4747
*> TRANS is CHARACTER*1
4848
*> = 'N': No transpose, apply Q;
49-
*> = 'T': Transpose, apply Q**T.
49+
*> = 'C': Conjugate transpose, apply Q**H.
5050
*> \endverbatim
5151
*>
5252
*> \param[in] M
@@ -100,7 +100,7 @@
100100
*> \verbatim
101101
*> C is COMPLEX array, dimension (LDC,N)
102102
*> On entry, the M-by-N matrix C.
103-
*> On exit, C is overwritten by Q*C or Q**T*C or C*Q**T or C*Q.
103+
*> On exit, C is overwritten by Q*C or Q**H*C or C*Q**H or C*Q.
104104
*> \endverbatim
105105
*>
106106
*> \param[in] LDC

SRC/cgemqrt.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*> \verbatim
6666
*> TRANS is CHARACTER*1
6767
*> = 'N': No transpose, apply Q;
68-
*> = 'C': Transpose, apply Q**H.
68+
*> = 'C': Conjugate transpose, apply Q**H.
6969
*> \endverbatim
7070
*>
7171
*> \param[in] M

SRC/clamswlq.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
*> \verbatim
4545
*> TRANS is CHARACTER*1
4646
*> = 'N': No transpose, apply Q;
47-
*> = 'C': Transpose, apply Q**H.
47+
*> = 'C': Conjugate transpose, apply Q**H.
4848
*> \endverbatim
4949
*>
5050
*> \param[in] M

SRC/ctpmlqt.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*> \verbatim
4141
*> TRANS is CHARACTER*1
4242
*> = 'N': No transpose, apply Q;
43-
*> = 'C': Transpose, apply Q**H.
43+
*> = 'C': Conjugate transpose, apply Q**H.
4444
*> \endverbatim
4545
*>
4646
*> \param[in] M

SRC/ctpmqrt.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*> \verbatim
5656
*> TRANS is CHARACTER*1
5757
*> = 'N': No transpose, apply Q;
58-
*> = 'C': Transpose, apply Q**H.
58+
*> = 'C': Conjugate transpose, apply Q**H.
5959
*> \endverbatim
6060
*>
6161
*> \param[in] M

SRC/cunmql.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*> \verbatim
6666
*> TRANS is CHARACTER*1
6767
*> = 'N': No transpose, apply Q;
68-
*> = 'C': Transpose, apply Q**H.
68+
*> = 'C': Conjugate transpose, apply Q**H.
6969
*> \endverbatim
7070
*>
7171
*> \param[in] M

SRC/cunmrq.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*> \verbatim
6666
*> TRANS is CHARACTER*1
6767
*> = 'N': No transpose, apply Q;
68-
*> = 'C': Transpose, apply Q**H.
68+
*> = 'C': Conjugate transpose, apply Q**H.
6969
*> \endverbatim
7070
*>
7171
*> \param[in] M

SRC/zgemlq.f

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
*> \param[in] SIDE
3636
*> \verbatim
3737
*> SIDE is CHARACTER*1
38-
*> = 'L': apply Q or Q**T from the Left;
39-
*> = 'R': apply Q or Q**T from the Right.
38+
*> = 'L': apply Q or Q**H from the Left;
39+
*> = 'R': apply Q or Q**H from the Right.
4040
*> \endverbatim
4141
*>
4242
*> \param[in] TRANS
4343
*> \verbatim
4444
*> TRANS is CHARACTER*1
4545
*> = 'N': No transpose, apply Q;
46-
*> = 'T': Transpose, apply Q**T.
46+
*> = 'C': Conjugate transpose, apply Q**H.
4747
*> \endverbatim
4848
*>
4949
*> \param[in] M
@@ -98,7 +98,7 @@
9898
*> \verbatim
9999
*> C is COMPLEX*16 array, dimension (LDC,N)
100100
*> On entry, the M-by-N matrix C.
101-
*> On exit, C is overwritten by Q*C or Q**T*C or C*Q**T or C*Q.
101+
*> On exit, C is overwritten by Q*C or Q**H*C or C*Q**H or C*Q.
102102
*> \endverbatim
103103
*>
104104
*> \param[in] LDC

0 commit comments

Comments
 (0)