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