Go to the source code of this file.
Defines | |
#define | REPEAT 100000 |
#define | TRIES 20 |
Typedefs | |
typedef double | Scalar |
Functions | |
template<typename MatrixType > | |
__attribute__ ((noinline)) void bench_reverse(const MatrixType &m) | |
int | main (int argc, char *argv[]) |
#define REPEAT 100000 |
Definition at line 8 of file bench_reverse.cpp.
#define TRIES 20 |
Definition at line 12 of file bench_reverse.cpp.
typedef double Scalar |
Definition at line 15 of file bench_reverse.cpp.
__attribute__ | ( | (noinline) | ) | const |
Definition at line 18 of file bench_reverse.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 60 of file bench_reverse.cpp.