Macros | Typedefs | Functions
sparse_lu.cpp File Reference
#include <Eigen/Sparse>
#include "BenchSparseUtil.h"
#include <Eigen/LU>
Include dependency graph for sparse_lu.cpp:

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[])
 

Macro Definition Documentation

#define BENCH (   X)
Value:
for (int _j=0; _j<NBTRIES; ++_j) { \
for (int _k=0; _k<REPEAT; ++_k) { \
X \
} timer.stop(); }
for(size_t i=1;i< poses.size();++i)
#define REPEAT
Definition: sparse_lu.cpp:20
#define NBTRIES
Definition: sparse_lu.cpp:30
#define X
Definition: icosphere.cpp:20
static BenchTimer timer

Definition at line 33 of file sparse_lu.cpp.

#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.

Typedef Documentation

typedef Matrix<Scalar,Dynamic,1> VectorX

Definition at line 41 of file sparse_lu.cpp.

Function Documentation

template<int Backend>
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.

int main ( int  argc,
char *  argv[] 
)

Definition at line 72 of file sparse_lu.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:40