File tree Expand file tree Collapse file tree 17 files changed +29
-29
lines changed Expand file tree Collapse file tree 17 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 37
37
* > \param[in] SIDE
38
38
* > \verbatim
39
39
* > 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.
42
42
* > \endverbatim
43
43
* >
44
44
* > \param[in] TRANS
45
45
* > \verbatim
46
46
* > TRANS is CHARACTER*1
47
47
* > = 'N': No transpose, apply Q;
48
- * > = 'T ': Transpose , apply Q**T .
48
+ * > = 'C ': Conjugate transpose , apply Q**H .
49
49
* > \endverbatim
50
50
* >
51
51
* > \param[in] M
99
99
* > \verbatim
100
100
* > C is COMPLEX array, dimension (LDC,N)
101
101
* > 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.
103
103
* > \endverbatim
104
104
* >
105
105
* > \param[in] LDC
Original file line number Diff line number Diff line change 50
50
* > \verbatim
51
51
* > TRANS is CHARACTER*1
52
52
* > = 'N': No transpose, apply Q;
53
- * > = 'C': Transpose , apply Q**H.
53
+ * > = 'C': Conjugate transpose , apply Q**H.
54
54
* > \endverbatim
55
55
* >
56
56
* > \param[in] M
Original file line number Diff line number Diff line change 38
38
* > \param[in] SIDE
39
39
* > \verbatim
40
40
* > 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.
43
43
* > \endverbatim
44
44
* >
45
45
* > \param[in] TRANS
46
46
* > \verbatim
47
47
* > TRANS is CHARACTER*1
48
48
* > = 'N': No transpose, apply Q;
49
- * > = 'T ': Transpose , apply Q**T .
49
+ * > = 'C ': Conjugate transpose , apply Q**H .
50
50
* > \endverbatim
51
51
* >
52
52
* > \param[in] M
100
100
* > \verbatim
101
101
* > C is COMPLEX array, dimension (LDC,N)
102
102
* > 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.
104
104
* > \endverbatim
105
105
* >
106
106
* > \param[in] LDC
Original file line number Diff line number Diff line change 65
65
* > \verbatim
66
66
* > TRANS is CHARACTER*1
67
67
* > = 'N': No transpose, apply Q;
68
- * > = 'C': Transpose , apply Q**H.
68
+ * > = 'C': Conjugate transpose , apply Q**H.
69
69
* > \endverbatim
70
70
* >
71
71
* > \param[in] M
Original file line number Diff line number Diff line change 44
44
* > \verbatim
45
45
* > TRANS is CHARACTER*1
46
46
* > = 'N': No transpose, apply Q;
47
- * > = 'C': Transpose , apply Q**H.
47
+ * > = 'C': Conjugate transpose , apply Q**H.
48
48
* > \endverbatim
49
49
* >
50
50
* > \param[in] M
Original file line number Diff line number Diff line change 40
40
* > \verbatim
41
41
* > TRANS is CHARACTER*1
42
42
* > = 'N': No transpose, apply Q;
43
- * > = 'C': Transpose , apply Q**H.
43
+ * > = 'C': Conjugate transpose , apply Q**H.
44
44
* > \endverbatim
45
45
* >
46
46
* > \param[in] M
Original file line number Diff line number Diff line change 55
55
* > \verbatim
56
56
* > TRANS is CHARACTER*1
57
57
* > = 'N': No transpose, apply Q;
58
- * > = 'C': Transpose , apply Q**H.
58
+ * > = 'C': Conjugate transpose , apply Q**H.
59
59
* > \endverbatim
60
60
* >
61
61
* > \param[in] M
Original file line number Diff line number Diff line change 65
65
* > \verbatim
66
66
* > TRANS is CHARACTER*1
67
67
* > = 'N': No transpose, apply Q;
68
- * > = 'C': Transpose , apply Q**H.
68
+ * > = 'C': Conjugate transpose , apply Q**H.
69
69
* > \endverbatim
70
70
* >
71
71
* > \param[in] M
Original file line number Diff line number Diff line change 65
65
* > \verbatim
66
66
* > TRANS is CHARACTER*1
67
67
* > = 'N': No transpose, apply Q;
68
- * > = 'C': Transpose , apply Q**H.
68
+ * > = 'C': Conjugate transpose , apply Q**H.
69
69
* > \endverbatim
70
70
* >
71
71
* > \param[in] M
Original file line number Diff line number Diff line change 35
35
* > \param[in] SIDE
36
36
* > \verbatim
37
37
* > 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.
40
40
* > \endverbatim
41
41
* >
42
42
* > \param[in] TRANS
43
43
* > \verbatim
44
44
* > TRANS is CHARACTER*1
45
45
* > = 'N': No transpose, apply Q;
46
- * > = 'T ': Transpose , apply Q**T .
46
+ * > = 'C ': Conjugate transpose , apply Q**H .
47
47
* > \endverbatim
48
48
* >
49
49
* > \param[in] M
98
98
* > \verbatim
99
99
* > C is COMPLEX*16 array, dimension (LDC,N)
100
100
* > 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.
102
102
* > \endverbatim
103
103
* >
104
104
* > \param[in] LDC
You can’t perform that action at this time.
0 commit comments