#include <Eigen/Sparse>
#include <Eigen/SparseCholesky>
#include "../core/linear_solver.h"
#include "../core/batch_stats.h"
#include "../stuff/timeutil.h"
#include "../core/eigen_types.h"
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | g2o::LinearSolverEigen< MatrixType >::CholeskyDecomposition |
Sub-classing Eigen's SimplicialLDLT to perform ordering with a given ordering. More... | |
class | g2o::LinearSolverEigen< MatrixType > |
linear solver which uses the sparse Cholesky solver from Eigen More... | |
Namespaces | |
g2o | |