|
g2o
|
Sub-classing Eigen's SimplicialLLT to perform ordering with a given ordering. More...
#include <linear_solver_eigen.h>


Public Member Functions | |
| CholeskyDecomposition () | |
| void | analyzePatternWithPermutation (SparseMatrix &a, const PermutationMatrix &permutation) |
| use a given permutation for analyzing the pattern of the sparse matrix | |
Sub-classing Eigen's SimplicialLLT to perform ordering with a given ordering.
Definition at line 65 of file linear_solver_eigen.h.
|
inline |
Definition at line 67 of file linear_solver_eigen.h.
|
inline |
use a given permutation for analyzing the pattern of the sparse matrix
Definition at line 70 of file linear_solver_eigen.h.
Referenced by g2o::LinearSolverEigen< MatrixType >::computeSymbolicDecomposition().