#include <iostream>
#include <fstream>
#include <vector>
#include <Eigen/Core>
#include "../../BenchTimer.h"
|
| template<typename MatA , typename MatB , typename MatC > |
| EIGEN_DONT_INLINE void | lazy_gemm (const MatA &A, const MatB &B, MatC &C) |
| |
| template<int m, int n, int k, int TA> |
| EIGEN_DONT_INLINE double | bench () |
| |
| template<int m, int n, int k> |
| double | bench_t (int t) |
| |
| EIGEN_DONT_INLINE double | bench_mnk (int m, int n, int k, int t) |
| |
| int | main (int argc, char **argv) |
| |
◆ Scalar
◆ bench()
◆ bench_mnk()
◆ bench_t()
◆ lazy_gemm()
template<typename MatA , typename MatB , typename MatC >
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |