|
g2o
|
Functions | |
| int | computeUpperTriangleIndex (int i, int j) |
| template<typename MatrixType > | |
| void | pcg_axy (const MatrixType &A, const VectorX &x, int xoff, VectorX &y, int yoff) |
| template<> | |
| void | pcg_axy (const MatrixX &A, const VectorX &x, int xoff, VectorX &y, int yoff) |
| template<typename MatrixType > | |
| void | pcg_axpy (const MatrixType &A, const VectorX &x, int xoff, VectorX &y, int yoff) |
| template<> | |
| void | pcg_axpy (const MatrixX &A, const VectorX &x, int xoff, VectorX &y, int yoff) |
| template<typename MatrixType > | |
| void | pcg_atxpy (const MatrixType &A, const VectorX &x, int xoff, VectorX &y, int yoff) |
| template<> | |
| void | pcg_atxpy (const MatrixX &A, const VectorX &x, int xoff, VectorX &y, int yoff) |
|
inline |
Definition at line 30 of file base_variable_sized_edge.hpp.
Referenced by g2o::BaseVariableSizedEdge< D, E >::computeQuadraticForm(), and g2o::BaseVariableSizedEdge< D, E >::mapHessianMemory().
|
inline |
Definition at line 73 of file linear_solver_pcg.hpp.
Referenced by g2o::LinearSolverPCG< MatrixType >::mult().
|
inline |
Definition at line 80 of file linear_solver_pcg.hpp.
|
inline |
Definition at line 60 of file linear_solver_pcg.hpp.
Referenced by g2o::LinearSolverPCG< MatrixType >::mult().
|
inline |
Definition at line 67 of file linear_solver_pcg.hpp.
|
inline |
Definition at line 46 of file linear_solver_pcg.hpp.
Referenced by g2o::LinearSolverPCG< MatrixType >::multDiag(), and g2o::LinearSolverPCG< MatrixType >::multDiag().
|
inline |
Definition at line 53 of file linear_solver_pcg.hpp.