Go to the source code of this file.
Enumerations | |
enum | { LazyEval, EarlyEval, OmpEval } |
Functions | |
template<int Mode, typename MatrixType > | |
double | benchBasic (const MatrixType &mat, int size, int tries) __attribute__((noinline)) |
template<int Mode, typename MatrixType > | |
void | benchBasic_loop (const MatrixType &I, MatrixType &m, int iterations) __attribute__((noinline)) |
anonymous enum |
Definition at line 5 of file basicbenchmark.h.
double benchBasic | ( | const MatrixType & | mat, |
int | size, | ||
int | tries | ||
) |
Definition at line 41 of file basicbenchmark.h.
void benchBasic_loop | ( | const MatrixType & | I, |
MatrixType & | m, | ||
int | iterations | ||
) |
Definition at line 11 of file basicbenchmark.h.