Go to the source code of this file.
Macros | |
#define | SCALAR float |
#define | SCALARA SCALAR |
#define | SCALARB SCALAR |
Typedefs | |
typedef Matrix< SCALARA, Dynamic, Dynamic, opt_A > | A |
typedef Matrix< SCALARB, Dynamic, Dynamic, opt_B > | B |
typedef Matrix< Scalar, Dynamic, Dynamic > | C |
typedef Matrix< RealScalar, Dynamic, Dynamic > | M |
typedef NumTraits< Scalar >::Real | RealScalar |
typedef SCALAR | Scalar |
Functions | |
template<typename A , typename B , typename C > | |
EIGEN_DONT_INLINE void | gemm (const A &a, const B &b, C &c) |
int | main (int argc, char **argv) |
void | matlab_cplx_cplx (const M &ar, const M &ai, const M &br, const M &bi, M &cr, M &ci) |
void | matlab_cplx_real (const M &ar, const M &ai, const M &b, M &cr, M &ci) |
void | matlab_real_cplx (const M &a, const M &br, const M &bi, M &cr, M &ci) |
Variables | |
const int | opt_A = ColMajor |
const int | opt_B = ColMajor |
#define SCALAR float |
Definition at line 23 of file bench_gemm.cpp.
#define SCALARA SCALAR |
Definition at line 27 of file bench_gemm.cpp.
#define SCALARB SCALAR |
Definition at line 31 of file bench_gemm.cpp.
Definition at line 48 of file bench_gemm.cpp.
Definition at line 50 of file bench_gemm.cpp.
typedef Matrix<RealScalar,Dynamic,Dynamic> M |
Definition at line 51 of file bench_gemm.cpp.
typedef NumTraits<Scalar>::Real RealScalar |
Definition at line 47 of file bench_gemm.cpp.
Definition at line 46 of file bench_gemm.cpp.
EIGEN_DONT_INLINE void gemm | ( | const A & | a, |
const B & | b, | ||
C & | c | ||
) |
Definition at line 162 of file bench_gemm.cpp.
Definition at line 167 of file bench_gemm.cpp.
Definition at line 138 of file bench_gemm.cpp.
Definition at line 153 of file bench_gemm.cpp.
Definition at line 147 of file bench_gemm.cpp.
const int opt_A = ColMajor |
Definition at line 37 of file bench_gemm.cpp.
const int opt_B = ColMajor |
Definition at line 43 of file bench_gemm.cpp.