TR-mbed 1.0
Loading...
Searching...
No Matches
Typedefs | Functions
gemm_common.h File Reference
#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 SCALAR Scalar
 
typedef Matrix< Scalar, Dynamic, Dynamic > Mat
 

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)
 

Typedef Documentation

◆ Mat

typedef Matrix<Scalar,Dynamic,Dynamic> Mat

◆ Scalar

typedef SCALAR Scalar

Function Documentation

◆ bench()

template<typename Func >
EIGEN_DONT_INLINE double bench ( long  m,
long  n,
long  k,
const Func &  f 
)

◆ main_gemm()

template<typename Func >
int main_gemm ( int  argc,
char **  argv,
const Func &  f 
)