|
g2o
|
#include <eigen.h>
Public Types | |
| using | Matrix = Eigen::Matrix< double, NumRows, NumCols, NumCols==1 ? Eigen::ColMajor :Eigen::RowMajor > |
| typedef Eigen::Map< Matrix > | MatrixRef |
| typedef Eigen::Map< const Matrix > | ConstMatrixRef |
| typedef Eigen::Matrix< double, NumRows, 1 > | Vector |
| typedef Eigen::Map< Eigen::Matrix< double, NumRows, 1 > > | VectorRef |
| typedef Eigen::Map< const Eigen::Matrix< double, NumRows, 1 > > | ConstVectorRef |
| typedef Eigen::Map<const Matrix> g2o::ceres::EigenTypes< NumRows, NumCols >::ConstMatrixRef |
| typedef Eigen::Map<const Eigen::Matrix<double, NumRows, 1> > g2o::ceres::EigenTypes< NumRows, NumCols >::ConstVectorRef |
| using g2o::ceres::EigenTypes< NumRows, NumCols >::Matrix = Eigen::Matrix<double, NumRows, NumCols, NumCols == 1 ? Eigen::ColMajor : Eigen::RowMajor> |
| typedef Eigen::Map<Matrix> g2o::ceres::EigenTypes< NumRows, NumCols >::MatrixRef |
| typedef Eigen::Matrix<double, NumRows, 1> g2o::ceres::EigenTypes< NumRows, NumCols >::Vector |
| typedef Eigen::Map<Eigen::Matrix<double, NumRows, 1> > g2o::ceres::EigenTypes< NumRows, NumCols >::VectorRef |