Go to the source code of this file.
Macros | |
#define | BENCH(X) |
#define | DENSITY 0.01 |
#define | EIGEN_SUPERLU_SUPPORT |
#define | EIGEN_UMFPACK_SUPPORT |
#define | MINDENSITY 0.0004 |
#define | NBTRIES 10 |
#define | NOGMM |
#define | NOMTL |
#define | REPEAT 1 |
#define | SIZE 10 |
Typedefs | |
typedef Matrix< Scalar, Dynamic, 1 > | VectorX |
Functions | |
template<int Backend> | |
void | doEigen (const char *name, const EigenSparseMatrix &sm1, const VectorX &b, VectorX &x, int flags=0) |
int | main (int argc, char *argv[]) |
#define BENCH | ( | X | ) |
#define DENSITY 0.01 |
Definition at line 16 of file sparse_lu.cpp.
#define EIGEN_SUPERLU_SUPPORT |
Definition at line 4 of file sparse_lu.cpp.
#define EIGEN_UMFPACK_SUPPORT |
Definition at line 5 of file sparse_lu.cpp.
#define MINDENSITY 0.0004 |
Definition at line 26 of file sparse_lu.cpp.
#define NBTRIES 10 |
Definition at line 30 of file sparse_lu.cpp.
#define NOGMM |
Definition at line 8 of file sparse_lu.cpp.
#define NOMTL |
Definition at line 9 of file sparse_lu.cpp.
#define REPEAT 1 |
Definition at line 20 of file sparse_lu.cpp.
#define SIZE 10 |
Definition at line 12 of file sparse_lu.cpp.
Definition at line 41 of file sparse_lu.cpp.
void doEigen | ( | const char * | name, |
const EigenSparseMatrix & | sm1, | ||
const VectorX & | b, | ||
VectorX & | x, | ||
int | flags = 0 |
||
) |
Definition at line 46 of file sparse_lu.cpp.
Definition at line 72 of file sparse_lu.cpp.