gtsam/nonlinear
Alex Cunningham 5ada49ea3a Moved remaining equality constraint tests to testNonlinearEqualityConstraint. Added NonlinearEquality2, a binary constraint expressing exact equality between variables. 2010-08-06 20:07:55 +00:00
..
tests Reimplemented nonlinear constraints to remove the old dependency on using boost function pointers and allow for inequality and bounding constraints. Added simple equality constraints in simulated2D and new set of tests. Removed/disabled old tests until they can be worked into new structure. 2010-08-06 18:30:07 +00:00
ConstraintOptimizer.cpp Removed the ldl library and added in a configure flag --enable-ldl to pull in ldl. Currently, it's probably a bad idea to actually use ldl, however, and nothing important is effected by its absense. 2010-07-16 18:16:18 +00:00
ConstraintOptimizer.h Removed the ldl library and added in a configure flag --enable-ldl to pull in ldl. Currently, it's probably a bad idea to actually use ldl, however, and nothing important is effected by its absense. 2010-07-16 18:16:18 +00:00
LieConfig-inl.h Non-functional revision: moved files to nonlinear 2010-07-12 16:19:55 +00:00
LieConfig.h Replaced instances of PairConfig with TupleConfig2, cleaned up documentation on TupleConfigs 2010-07-19 19:55:24 +00:00
Makefile.am Reimplemented nonlinear constraints to remove the old dependency on using boost function pointers and allow for inequality and bounding constraints. Added simple equality constraints in simulated2D and new set of tests. Removed/disabled old tests until they can be worked into new structure. 2010-08-06 18:30:07 +00:00
NonlinearConstraint.h Moved remaining equality constraint tests to testNonlinearEqualityConstraint. Added NonlinearEquality2, a binary constraint expressing exact equality between variables. 2010-08-06 20:07:55 +00:00
NonlinearEquality.h Non-functional revision: moved files to nonlinear 2010-07-12 16:19:55 +00:00
NonlinearFactor.h Reimplemented nonlinear constraints to remove the old dependency on using boost function pointers and allow for inequality and bounding constraints. Added simple equality constraints in simulated2D and new set of tests. Removed/disabled old tests until they can be worked into new structure. 2010-08-06 18:30:07 +00:00
NonlinearFactorGraph-inl.h Non-functional revision: moved files to nonlinear 2010-07-12 16:19:55 +00:00
NonlinearFactorGraph.h Non-functional revision: moved files to nonlinear 2010-07-12 16:19:55 +00:00
NonlinearOptimizer-inl.h Added a static nonlinear optimization function that uses default ordering and thresholds and returns an updated config. 2010-07-22 21:17:02 +00:00
NonlinearOptimizer.cpp NonlinearConstraints are now implemented using the simple linearization method with quadratic merit function 2010-07-18 19:55:53 +00:00
NonlinearOptimizer.h Added a Gauss-Newton static function for nonlinear optimization 2010-08-06 15:10:19 +00:00
TupleConfig-inl.h Replaced instances of PairConfig with TupleConfig2, cleaned up documentation on TupleConfigs 2010-07-19 19:55:24 +00:00
TupleConfig.h Added clear() and empty() to TupleConfig 2010-07-30 16:19:52 +00:00