#include <iostream>
#include <fstream>
#include <vector>
#include <Eigen/Core>
#include "../../BenchTimer.h"
Go to the source code of this file.
Typedefs | |
typedef Matrix< Scalar, Dynamic, Dynamic > | Mat |
typedef SCALAR | Scalar |
Functions | |
EIGEN_DONT_INLINE double | bench (long m, long n, long k) |
EIGEN_DONT_INLINE void | gemm (const Mat &A, const Mat &B, Mat &C) |
int | main (int argc, char **argv) |
EIGEN_DONT_INLINE double bench | ( | long | m, |
long | n, | ||
long | k | ||
) |
EIGEN_DONT_INLINE void gemm | ( | const Mat & | A, |
const Mat & | B, | ||
Mat & | C | ||
) |