|
TR-mbed 1.0
|
#include "BenchSparseUtil.h"Macros | |
| #define | SIZE 10000 |
| #define | DENSITY 0.01 |
| #define | REPEAT 1 |
| #define | MINDENSITY 0.0004 |
| #define | NBTRIES 10 |
| #define | BENCH(X) |
Typedefs | |
| typedef SparseMatrix< Scalar, UpperTriangular > | EigenSparseTriMatrix |
| typedef SparseMatrix< Scalar, RowMajorBit|UpperTriangular > | EigenSparseTriMatrixRow |
Functions | |
| void | fillMatrix (float density, int rows, int cols, EigenSparseTriMatrix &dst) |
| int | main (int argc, char *argv[]) |
| #define BENCH | ( | X | ) |
| #define DENSITY 0.01 |
| #define MINDENSITY 0.0004 |
| #define NBTRIES 10 |
| #define REPEAT 1 |
| #define SIZE 10000 |
| typedef SparseMatrix<Scalar,UpperTriangular> EigenSparseTriMatrix |
| typedef SparseMatrix<Scalar,RowMajorBit|UpperTriangular> EigenSparseTriMatrixRow |
| void fillMatrix | ( | float | density, |
| int | rows, | ||
| int | cols, | ||
| EigenSparseTriMatrix & | dst | ||
| ) |