#include <GLCReparam.h>
Public Member Functions | |
void | set_nodes (std::vector< Node * > nodes) |
GLC_RootShift * | clone () |
Eigen::VectorXb | is_angle () |
Eigen::MatrixXd | jacobian () |
Eigen::VectorXd | reparameterize (Selector s) |
Eigen::VectorXd | root_shift (Node *node_i, Node *node_j, Selector s) |
GLC_RootShift implementation of GLC_Reparam performs root shift operation
Definition at line 82 of file GLCReparam.h.
GLC_RootShift* isam::GLC_RootShift::clone | ( | ) | [inline, virtual] |
Implements isam::GLC_Reparam.
Definition at line 105 of file GLCReparam.h.
Eigen::VectorXb isam::GLC_RootShift::is_angle | ( | ) | [inline, virtual] |
Implements isam::GLC_Reparam.
Definition at line 106 of file GLCReparam.h.
MatrixXd isam::GLC_RootShift::jacobian | ( | ) | [virtual] |
Implements isam::GLC_Reparam.
Definition at line 118 of file GLCReparam.cpp.
VectorXd isam::GLC_RootShift::reparameterize | ( | Selector | s | ) | [virtual] |
Implements isam::GLC_Reparam.
Definition at line 45 of file GLCReparam.cpp.
void isam::GLC_RootShift::set_nodes | ( | std::vector< Node * > | nodes | ) | [inline, virtual] |
nodes | Vector of Node pointers which support the factor |
Implements isam::GLC_Reparam.
Definition at line 91 of file GLCReparam.h.