template<class gst>
struct mrpt::graphslam::detail::AuxErrorEval< CPose2D, gst >
Definition at line 35 of file levmarq_impl.h.
|
| template<class MAT , class EDGE_ITERATOR > |
| static void | multiplyJtLambdaJ (const MAT &J1, MAT &JtJ, [[maybe_unused]] const EDGE_ITERATOR &edge) |
| |
| template<class MAT , class EDGE_ITERATOR > |
| static void | multiplyJ1tLambdaJ2 (const MAT &J1, const MAT &J2, MAT &JtJ, [[maybe_unused]] const EDGE_ITERATOR &edge) |
| |
| template<class JAC , class EDGE_ITERATOR , class VEC1 , class VEC2 > |
| static void | multiply_Jt_W_err (const JAC &J, [[maybe_unused]] const EDGE_ITERATOR &edge, const VEC1 &ERR, VEC2 &OUT) |
| |