25 class HybridGaussianFactorGraph;
53 template <
class DERIVEDFACTOR>
63 const std::string& s =
"HybridNonlinearFactorGraph",
64 const KeyFormatter& keyFormatter = DefaultKeyFormatter)
const override;
77 std::shared_ptr<HybridGaussianFactorGraph> linearize(
78 const Values& continuousValues)
const;
84 :
public Testable<HybridNonlinearFactorGraph> {};
Definition: HybridNonlinearFactorGraph.h:33
Definition: Testable.h:152
GTSAM_EXPORT void print(const Matrix &A, const std::string &s, std::ostream &stream)
std::shared_ptr< This > shared_ptr
shared_ptr to This
Definition: HybridFactorGraph.h:42
HybridNonlinearFactorGraph(const FactorGraph< DERIVEDFACTOR > &graph)
Definition: HybridNonlinearFactorGraph.h:54
std::function< std::string(Key)> KeyFormatter
Typedef for a function to format a key, i.e. to convert it to a string.
Definition: Key.h:35
Definition: chartTesting.h:28
FastVector< Key > KeyVector
Define collection type once and for all - also used in wrappers.
Definition: Key.h:86
Definition: HybridFactorGraph.h:38
Factor graph with utilities for hybrid factors.