Go to the source code of this file.
|
#define | a_ref(a_1, a_2) a[(a_2)*a_dim1 + a_1] |
|
#define | b_ref(a_1, a_2) b[(a_2)*b_dim1 + a_1] |
|
#define | c___ref(a_1, a_2) c__[(a_2)*c_dim1 + a_1] |
|
|
template<class Treal > |
int | template_blas_gemm (const char *transa, const char *transb, const integer *m, const integer *n, const integer *k, const Treal *alpha, const Treal *a, const integer *lda, const Treal *b, const integer *ldb, const Treal *beta, Treal *c__, const integer *ldc) |
|
◆ a_ref
#define a_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| a[(a_2)*a_dim1 + a_1] |
◆ b_ref
#define b_ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| b[(a_2)*b_dim1 + a_1] |
◆ c___ref
#define c___ref |
( |
|
a_1, |
|
|
|
a_2 |
|
) |
| c__[(a_2)*c_dim1 + a_1] |
◆ template_blas_gemm()
template<class Treal >
int template_blas_gemm |
( |
const char * |
transa, |
|
|
const char * |
transb, |
|
|
const integer * |
m, |
|
|
const integer * |
n, |
|
|
const integer * |
k, |
|
|
const Treal * |
alpha, |
|
|
const Treal * |
a, |
|
|
const integer * |
lda, |
|
|
const Treal * |
b, |
|
|
const integer * |
ldb, |
|
|
const Treal * |
beta, |
|
|
Treal * |
c__, |
|
|
const integer * |
ldc |
|
) |
| |
References a_ref, b_ref, c___ref, maxMACRO, template_blas_erbla(), and template_blas_lsame().
Referenced by mat::gemm(), main(), template_lapack_getrf(), template_lapack_larfb(), template_lapack_potrf(), and thread_func().