Go to the source code of this file.
Namespaces | |
Eigen | |
: InteropHeaders | |
Eigen::internal | |
Macros | |
#define | GEMM_SPECIALIZATION(EIGTYPE, EIGPREFIX, BLASTYPE, BLASFUNC) |
#define GEMM_SPECIALIZATION | ( | EIGTYPE, | |
EIGPREFIX, | |||
BLASTYPE, | |||
BLASFUNC | |||
) |
This file implements general matrix-matrix multiplication using BLAS gemm function via partial specialization of general_matrix_matrix_product::run(..) method for float, double, std::complex<float> and std::complex<double> types
Definition at line 51 of file GeneralMatrixMatrix_BLAS.h.