File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 50
50
* > \verbatim
51
51
* > TRANS is CHARACTER*1
52
52
* > 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)
56
56
* > \endverbatim
57
57
* >
58
58
* > \param[in] DIAG
Original file line number Diff line number Diff line change 51
51
* > \verbatim
52
52
* > TRANS is CHARACTER*1
53
53
* > 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)
57
57
* > \endverbatim
58
58
* >
59
59
* > \param[in] DIAG
Original file line number Diff line number Diff line change 50
50
* > \verbatim
51
51
* > TRANS is CHARACTER*1
52
52
* > 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)
56
56
* > \endverbatim
57
57
* >
58
58
* > \param[in] DIAG
Original file line number Diff line number Diff line change 51
51
* > \verbatim
52
52
* > TRANS is CHARACTER*1
53
53
* > 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)
57
57
* > \endverbatim
58
58
* >
59
59
* > \param[in] DIAG
You can’t perform that action at this time.
0 commit comments