Go to the source code of this file.
Macros | |
#define | REPEAT 10000 |
#define | TRIES 10 |
Typedefs | |
typedef float | Scalar |
Functions | |
template<typename MatrixType > | |
__attribute__ ((noinline)) void benchLLT(const MatrixType &m) | |
int | main (int argc, char *argv[]) |
#define REPEAT 10000 |
Definition at line 18 of file benchCholesky.cpp.
#define TRIES 10 |
Definition at line 22 of file benchCholesky.cpp.
typedef float Scalar |
Definition at line 25 of file benchCholesky.cpp.
__attribute__ | ( | (noinline) | ) | const & |
Definition at line 28 of file benchCholesky.cpp.
Definition at line 119 of file benchCholesky.cpp.