#include <iostream>#include <fstream>#include <vector>#include <string>#include "eigen_src/Eigen/Core"#include "../BenchTimer.h"

Go to the source code of this file.
| Typedefs | |
| typedef Matrix< Scalar, Dynamic, Dynamic > | Mat | 
| typedef SCALAR | Scalar | 
| Functions | |
| template<typename Func > | |
| EIGEN_DONT_INLINE double | bench (long m, long n, long k, const Func &f) | 
| template<typename Func > | |
| int | main_gemm (int argc, char **argv, const Func &f) | 
Definition at line 15 of file gemm_common.h.
Definition at line 13 of file gemm_common.h.
| EIGEN_DONT_INLINE double bench | ( | long | m, | 
| long | n, | ||
| long | k, | ||
| const Func & | f | ||
| ) | 
Definition at line 19 of file gemm_common.h.
Definition at line 49 of file gemm_common.h.