30 template class FactorGraph<SymbolicFactor>;
31 template class EliminateableFactorGraph<SymbolicFactorGraph>;
38 return Base::equals(fg, tol);
43 emplace_shared<SymbolicFactor>(
key);
48 emplace_shared<SymbolicFactor>(
key1,
key2);
const gtsam::Symbol key('X', 0)
const Symbol key3('v', 3)
void push_factor(Key key)
const Symbol key1('v', 1)
bool equals(const This &fg, double tol=1e-9) const
const Symbol key4('v', 4)
std::uint64_t Key
Integer nonlinear key type.
const Symbol key2('v', 2)