Go to the source code of this file.
Defines | |
#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 19 of file benchCholesky.cpp.
#define TRIES 10 |
Definition at line 23 of file benchCholesky.cpp.
typedef float Scalar |
Definition at line 26 of file benchCholesky.cpp.
__attribute__ | ( | (noinline) | ) | const |
Definition at line 29 of file benchCholesky.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 120 of file benchCholesky.cpp.