traits to summarize the properties of the fixed size optimization problem More...
#include <block_solver.h>
Public Types | |
typedef SparseBlockMatrix< LandmarkMatrixType > | LandmarkHessianType |
typedef Matrix< double, LandmarkDim, LandmarkDim > | LandmarkMatrixType |
typedef Matrix< double, LandmarkDim, 1 > | LandmarkVectorType |
typedef LinearSolver< PoseMatrixType > | LinearSolverType |
typedef SparseBlockMatrix< PoseMatrixType > | PoseHessianType |
typedef SparseBlockMatrix< PoseLandmarkMatrixType > | PoseLandmarkHessianType |
typedef Matrix< double, PoseDim, LandmarkDim > | PoseLandmarkMatrixType |
typedef Matrix< double, PoseDim, PoseDim > | PoseMatrixType |
typedef Matrix< double, PoseDim, 1 > | PoseVectorType |
Static Public Attributes | |
static const int | LandmarkDim = _LandmarkDim |
static const int | PoseDim = _PoseDim |
traits to summarize the properties of the fixed size optimization problem
Definition at line 44 of file block_solver.h.
typedef SparseBlockMatrix<LandmarkMatrixType> g2o::BlockSolverTraits< _PoseDim, _LandmarkDim >::LandmarkHessianType |
Definition at line 55 of file block_solver.h.
typedef Matrix<double, LandmarkDim, LandmarkDim> g2o::BlockSolverTraits< _PoseDim, _LandmarkDim >::LandmarkMatrixType |
Definition at line 49 of file block_solver.h.
typedef Matrix<double, LandmarkDim, 1> g2o::BlockSolverTraits< _PoseDim, _LandmarkDim >::LandmarkVectorType |
Definition at line 52 of file block_solver.h.
typedef LinearSolver<PoseMatrixType> g2o::BlockSolverTraits< _PoseDim, _LandmarkDim >::LinearSolverType |
Definition at line 57 of file block_solver.h.
typedef SparseBlockMatrix<PoseMatrixType> g2o::BlockSolverTraits< _PoseDim, _LandmarkDim >::PoseHessianType |
Definition at line 54 of file block_solver.h.
typedef SparseBlockMatrix<PoseLandmarkMatrixType> g2o::BlockSolverTraits< _PoseDim, _LandmarkDim >::PoseLandmarkHessianType |
Definition at line 56 of file block_solver.h.
typedef Matrix<double, PoseDim, LandmarkDim> g2o::BlockSolverTraits< _PoseDim, _LandmarkDim >::PoseLandmarkMatrixType |
Definition at line 50 of file block_solver.h.
typedef Matrix<double, PoseDim, PoseDim> g2o::BlockSolverTraits< _PoseDim, _LandmarkDim >::PoseMatrixType |
Definition at line 48 of file block_solver.h.
typedef Matrix<double, PoseDim, 1> g2o::BlockSolverTraits< _PoseDim, _LandmarkDim >::PoseVectorType |
Definition at line 51 of file block_solver.h.
|
static |
Definition at line 47 of file block_solver.h.
|
static |
Definition at line 46 of file block_solver.h.