Typedefs | Functions
gemm.cpp File Reference
#include <iostream>
#include <fstream>
#include <vector>
#include <Eigen/Core>
#include "../../BenchTimer.h"
Include dependency graph for gemm.cpp:

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)
 

Typedef Documentation

typedef Matrix<Scalar,Dynamic,Dynamic> Mat

Definition at line 14 of file gemm.cpp.

typedef SCALAR Scalar

Definition at line 12 of file gemm.cpp.

Function Documentation

EIGEN_DONT_INLINE double bench ( long  m,
long  n,
long  k 
)

Definition at line 23 of file gemm.cpp.

EIGEN_DONT_INLINE void gemm ( const Mat A,
const Mat B,
Mat C 
)

Definition at line 17 of file gemm.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 52 of file gemm.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:29