![]() |
|
Macros | |
| #define | EIGEN_SUPERLU_SUPPORT |
| #define | EIGEN_UMFPACK_SUPPORT |
| #define | NOGMM |
| #define | NOMTL |
| #define | SIZE 10 |
| #define | DENSITY 0.01 |
| #define | REPEAT 1 |
| #define | MINDENSITY 0.0004 |
| #define | NBTRIES 10 |
| #define | BENCH(X) |
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 |
| #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 |
| void doEigen | ( | const char * | name, |
| const EigenSparseMatrix & | sm1, | ||
| const VectorX & | b, | ||
| VectorX & | x, | ||
| int | flags = 0 |
||
| ) |
References b, lu(), plotDoE::name, and plotDoE::x.
References b, cols, UniformPSDSelfTest::density, DENSITY, eiToDense(), fillMatrix(), lu(), m1, rows, SIZE, and plotDoE::x.