Defines | Typedefs | Functions
bench_gemm.cpp File Reference
#include <iostream>
#include <Eigen/Core>
#include <bench/BenchTimer.h>
Include dependency graph for bench_gemm.cpp:

Go to the source code of this file.

Defines

#define SCALAR   float

Typedefs

typedef Matrix< RealScalar,
Dynamic, Dynamic
A
typedef Matrix< Scalar,
Dynamic, Dynamic
B
typedef Matrix< Scalar,
Dynamic, Dynamic
C
typedef Matrix< RealScalar,
Dynamic, Dynamic
M
typedef NumTraits< Scalar >::Real RealScalar
typedef SCALAR Scalar

Functions

template<typename A , typename B , typename C >
EIGEN_DONT_INLINE void gemm (const A &a, const B &b, C &c)
int main (int argc, char **argv)
void matlab_cplx_cplx (const M &ar, const M &ai, const M &br, const M &bi, M &cr, M &ci)
void matlab_cplx_real (const M &ar, const M &ai, const M &b, M &cr, M &ci)
void matlab_real_cplx (const M &a, const M &br, const M &bi, M &cr, M &ci)

Define Documentation

#define SCALAR   float

Definition at line 14 of file bench_gemm.cpp.


Typedef Documentation

Definition at line 19 of file bench_gemm.cpp.

Definition at line 20 of file bench_gemm.cpp.

Definition at line 21 of file bench_gemm.cpp.

Definition at line 22 of file bench_gemm.cpp.

Definition at line 18 of file bench_gemm.cpp.

typedef SCALAR Scalar

Definition at line 17 of file bench_gemm.cpp.


Function Documentation

template<typename A , typename B , typename C >
EIGEN_DONT_INLINE void gemm ( const A a,
const B b,
C c 
)

Definition at line 114 of file bench_gemm.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 119 of file bench_gemm.cpp.

void matlab_cplx_cplx ( const M ar,
const M ai,
const M br,
const M bi,
M cr,
M ci 
)

Definition at line 93 of file bench_gemm.cpp.

void matlab_cplx_real ( const M ar,
const M ai,
const M b,
M cr,
M ci 
)

Definition at line 107 of file bench_gemm.cpp.

void matlab_real_cplx ( const M a,
const M br,
const M bi,
M cr,
M ci 
)

Definition at line 101 of file bench_gemm.cpp.



re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:44