File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 50
50
* > On entry, UPLO specifies whether the lower or the upper
51
51
* > triangular part of C is access and updated.
52
52
* >
53
- * > UPLO = 'L' or 'l', the lower tringular part of C is used.
53
+ * > UPLO = 'L' or 'l', the lower triangular part of C is used.
54
54
* >
55
- * > UPLO = 'U' or 'u', the upper tringular part of C is used.
55
+ * > UPLO = 'U' or 'u', the upper triangular part of C is used.
56
56
* > \endverbatim
57
57
*
58
58
* > \param[in] TRANSA
154
154
* > Before entry, the leading n by n part of the array C must
155
155
* > contain the matrix C, except when beta is zero, in which
156
156
* > case C need not be set on entry.
157
- * > On exit, the upper or lower trinangular part of the matrix
157
+ * > On exit, the upper or lower triangular part of the matrix
158
158
* > C is overwritten by the n by n matrix
159
159
* > ( alpha*op( A )*op( B ) + beta*C ).
160
160
* > \endverbatim
Original file line number Diff line number Diff line change 50
50
* > On entry, UPLO specifies whether the lower or the upper
51
51
* > triangular part of C is access and updated.
52
52
* >
53
- * > UPLO = 'L' or 'l', the lower tringular part of C is used.
53
+ * > UPLO = 'L' or 'l', the lower triangular part of C is used.
54
54
* >
55
- * > UPLO = 'U' or 'u', the upper tringular part of C is used.
55
+ * > UPLO = 'U' or 'u', the upper triangular part of C is used.
56
56
* > \endverbatim
57
57
*
58
58
* > \param[in] TRANSA
154
154
* > Before entry, the leading n by n part of the array C must
155
155
* > contain the matrix C, except when beta is zero, in which
156
156
* > case C need not be set on entry.
157
- * > On exit, the upper or lower trinangular part of the matrix
157
+ * > On exit, the upper or lower triangular part of the matrix
158
158
* > C is overwritten by the n by n matrix
159
159
* > ( alpha*op( A )*op( B ) + beta*C ).
160
160
* > \endverbatim
Original file line number Diff line number Diff line change 50
50
* > On entry, UPLO specifies whether the lower or the upper
51
51
* > triangular part of C is access and updated.
52
52
* >
53
- * > UPLO = 'L' or 'l', the lower tringular part of C is used.
53
+ * > UPLO = 'L' or 'l', the lower triangular part of C is used.
54
54
* >
55
- * > UPLO = 'U' or 'u', the upper tringular part of C is used.
55
+ * > UPLO = 'U' or 'u', the upper triangular part of C is used.
56
56
* > \endverbatim
57
57
*
58
58
* > \param[in] TRANSA
154
154
* > Before entry, the leading n by n part of the array C must
155
155
* > contain the matrix C, except when beta is zero, in which
156
156
* > case C need not be set on entry.
157
- * > On exit, the upper or lower trinangular part of the matrix
157
+ * > On exit, the upper or lower triangular part of the matrix
158
158
* > C is overwritten by the n by n matrix
159
159
* > ( alpha*op( A )*op( B ) + beta*C ).
160
160
* > \endverbatim
Original file line number Diff line number Diff line change 50
50
* > On entry, UPLO specifies whether the lower or the upper
51
51
* > triangular part of C is access and updated.
52
52
* >
53
- * > UPLO = 'L' or 'l', the lower tringular part of C is used.
53
+ * > UPLO = 'L' or 'l', the lower triangular part of C is used.
54
54
* >
55
- * > UPLO = 'U' or 'u', the upper tringular part of C is used.
55
+ * > UPLO = 'U' or 'u', the upper triangular part of C is used.
56
56
* > \endverbatim
57
57
*
58
58
* > \param[in] TRANSA
154
154
* > Before entry, the leading n by n part of the array C must
155
155
* > contain the matrix C, except when beta is zero, in which
156
156
* > case C need not be set on entry.
157
- * > On exit, the upper or lower trinangular part of the matrix
157
+ * > On exit, the upper or lower triangular part of the matrix
158
158
* > C is overwritten by the n by n matrix
159
159
* > ( alpha*op( A )*op( B ) + beta*C ).
160
160
* > \endverbatim
You can’t perform that action at this time.
0 commit comments