
Go to the source code of this file.
Defines | |
| #define | SCALAR float |
Typedefs | |
| typedef Matrix< RealScalar, Dynamic, Dynamic > | A |
| typedef Matrix< Scalar, Dynamic, Dynamic > | 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) |
| #define SCALAR float |
Definition at line 14 of file bench_gemm.cpp.
| typedef Matrix<RealScalar,Dynamic,Dynamic> A |
Definition at line 19 of file bench_gemm.cpp.
| typedef Matrix<RealScalar,Dynamic,Dynamic> M |
Definition at line 22 of file bench_gemm.cpp.
| typedef NumTraits<Scalar>::Real RealScalar |
Definition at line 18 of file bench_gemm.cpp.
Definition at line 17 of file bench_gemm.cpp.
| EIGEN_DONT_INLINE void gemm | ( | const A & | a, |
| const B & | b, | ||
| C & | c | ||
| ) |
Definition at line 114 of file bench_gemm.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 119 of file bench_gemm.cpp.
Definition at line 93 of file bench_gemm.cpp.
Definition at line 107 of file bench_gemm.cpp.
Definition at line 101 of file bench_gemm.cpp.