Go to the source code of this file.
Defines | |
#define | REPEAT 1000 |
#define | SCALAR float |
#define | TRIES 4 |
Typedefs | |
typedef SCALAR | Scalar |
Functions | |
template<typename MatrixType > | |
__attribute__ ((noinline)) void benchEigenSolver(const MatrixType &m) | |
int | main (int argc, char *argv[]) |
#define REPEAT 1000 |
Definition at line 20 of file benchEigenSolver.cpp.
#define SCALAR float |
Definition at line 28 of file benchEigenSolver.cpp.
#define TRIES 4 |
Definition at line 24 of file benchEigenSolver.cpp.
Definition at line 31 of file benchEigenSolver.cpp.
__attribute__ | ( | (noinline) | ) | const |
Definition at line 34 of file benchEigenSolver.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 189 of file benchEigenSolver.cpp.