32 typedef boost::shared_ptr<EqualityFactorGraph> shared_ptr;
36 double total_error = 0.;
39 total_error += factor->error(x);
47 EqualityFactorGraph> {
A helper that implements the traits interface for GTSAM types.
Definition: Testable.h:150
This class represents a collection of vector-valued variables associated each with a unique integer i...
Definition: VectorValues.h:73
A manifold defines a space in which there is a notion of a linear tangent space that can be centered ...
Definition: concepts.h:30
A factor graph is a bipartite graph with factor nodes connected to variable nodes.
Definition: BayesTree.h:32
boost::shared_ptr< LinearEquality > sharedFactor
Shared pointer to a factor.
Definition: FactorGraph.h:88
double error(const VectorValues &x) const
Compute error of a guess.
Definition: EqualityFactorGraph.h:35
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
LinearEquality derived from Base with constrained noise model.
Collection of all Linear Equality constraints Ax=b of a Programming problem as a Factor Graph.
Definition: EqualityFactorGraph.h:30