Typedefs | Functions
gemm_common.h File Reference
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include "eigen_src/Eigen/Core"
#include "../BenchTimer.h"
Include dependency graph for gemm_common.h:
This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

◆ Mat

typedef Matrix<Scalar,Dynamic,Dynamic> Mat

Definition at line 15 of file gemm_common.h.

◆ Scalar

typedef SCALAR Scalar

Definition at line 13 of file gemm_common.h.

Function Documentation

◆ bench()

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

Definition at line 19 of file gemm_common.h.

◆ main_gemm()

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

Definition at line 49 of file gemm_common.h.



gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:11:37