Go to the source code of this file.
#define ALLOC_CHOLMOD |
( |
|
s, |
|
|
|
p, |
|
|
|
l |
|
) |
| |
Value:if (1) { \
std::cerr << "# Using CHOLMOD online poseDim " << p << " landMarkDim " << l << " blockordering 1" << std::endl; \
LinearSolverCholmodOnline < DIM_TO_SOLVER(p, l)::PoseMatrixType >* linearSolver = new LinearSolverCholmodOnline<DIM_TO_SOLVER(p, l)::PoseMatrixType>(); \
} else (void)0
#define DIM_TO_SOLVER(p, l)
Definition at line 29 of file graph_optimizer_sparse_incremental.cpp.
Referenced by g2o::createSolver().
#define DIM_TO_SOLVER |
( |
|
p, |
|
|
|
l |
|
) |
| BlockSolver< BlockSolverTraits<p, l> > |