25 class HybridGaussianFactorGraph;
53 template <
class DERIVEDFACTOR>
63 const std::string&
s =
"HybridNonlinearFactorGraph",
77 std::shared_ptr<HybridGaussianFactorGraph> linearize(
78 const Values& continuousValues)
const;
84 :
public Testable<HybridNonlinearFactorGraph> {};
void print(const Matrix &A, const string &s, ostream &stream)
NonlinearFactorGraph graph
static const KeyFormatter DefaultKeyFormatter
std::shared_ptr< This > shared_ptr
shared_ptr to This
HybridNonlinearFactorGraph(const FactorGraph< DERIVEDFACTOR > &graph)
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
std::vector< float > Values
Factor graph with utilities for hybrid factors.
FastVector< Key > KeyVector
Define collection type once and for all - also used in wrappers.