gtsam/gtsam/nonlinear
Richard Roberts c443ccbedd More adding of static to avoid naming conflicts in unit tests 2012-06-30 01:44:00 +00:00
..
tests More adding of static to avoid naming conflicts in unit tests 2012-06-30 01:44:00 +00:00
CMakeLists.txt Reworked cmake timing generation to use generalized test-adding macro 2012-03-29 18:57:29 +00:00
DoglegOptimizer.cpp Fixed Doxygen warnings. 2012-06-07 23:08:43 +00:00
DoglegOptimizer.h Fixed Doxygen warnings. 2012-06-19 18:31:22 +00:00
DoglegOptimizerImpl.cpp Removed using namespace in header files 2012-06-08 14:33:59 +00:00
DoglegOptimizerImpl.h Qualified more namespaces after removing using namespace from headers 2012-06-08 14:34:03 +00:00
EasyFactorGraph.cpp Returning Values reference from EasyFactorGraph::optimize caused segfault 2012-06-25 14:58:04 +00:00
EasyFactorGraph.h Returning Values reference from EasyFactorGraph::optimize caused segfault 2012-06-25 14:58:04 +00:00
ExtendedKalmanFilter-inl.h Switched Values, Ordering, and factors to int 'Key' instead of 'Symbol', 2012-02-19 01:02:07 +00:00
ExtendedKalmanFilter.h Removed LDL in favor of Cholesky 2012-05-15 15:49:14 +00:00
GaussNewtonOptimizer.cpp Fixed Doxygen warnings. 2012-06-07 23:08:43 +00:00
GaussNewtonOptimizer.h Fixed Doxygen warnings. 2012-06-19 18:31:22 +00:00
GradientDescentOptimizer.cpp To simplify FactorGraph, removed convertCastFactors and dynamicCastFactors from FactorGraph - replaced their calls with in-place code to do the needed conversions 2012-06-18 14:55:30 +00:00
GradientDescentOptimizer.h 1. return a copy instead of shared ptr 2012-06-14 22:07:17 +00:00
ISAM2-impl.cpp Fixed bug in new iSAM2 partial relinearization check that occurs when the Bayes Tree is empty 2012-06-29 15:09:03 +00:00
ISAM2-impl.h Added yet another configuration parameter to iSAM2. 'enablePartialRelinearizationCheck' checks variables for relinearization by descending the Bayes tree. Once a variable does not need to be relinearized, we stop checking that branch. A full check is still the default. 2012-06-28 20:46:53 +00:00
ISAM2-inl.h Removed using namespace in header files 2012-06-08 14:33:36 +00:00
ISAM2.cpp Added yet another configuration parameter to iSAM2. 'enablePartialRelinearizationCheck' checks variables for relinearization by descending the Bayes tree. Once a variable does not need to be relinearized, we stop checking that branch. A full check is still the default. 2012-06-28 20:46:53 +00:00
ISAM2.h Added yet another configuration parameter to iSAM2. 'enablePartialRelinearizationCheck' checks variables for relinearization by descending the Bayes tree. Once a variable does not need to be relinearized, we stop checking that branch. A full check is still the default. 2012-06-28 20:46:53 +00:00
Key.cpp Int keys with formatter objects, all unit tests pass 2012-02-21 00:53:35 +00:00
Key.h Int keys with formatter objects, all unit tests pass 2012-02-21 00:53:35 +00:00
LevenbergMarquardtOptimizer.cpp add set/get interface for LMParameters in c++ and matlab 2012-06-23 20:07:03 +00:00
LevenbergMarquardtOptimizer.h add set/get interface for LMParameters in c++ and matlab 2012-06-23 20:07:03 +00:00
Marginals.cpp Removed using namespace in header files 2012-06-08 14:33:59 +00:00
Marginals.h Merge remote-tracking branch 'svn/trunk' into windows 2012-05-23 18:55:18 +00:00
NonlinearEquality.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00
NonlinearFactor.h clean up noise model: Remove Shared[NoiseModel] classes and headers, typedef for backward compatibility in NoiseModel.h. Fix all tests and examples to create shared noise models through static functions in noise model classes. Fix MATLAB wrapper and examples as well. Add tests for MATLAB examples 2012-06-22 19:36:49 +00:00
NonlinearFactorGraph.cpp Added mechanism to create a constrained ordering directly from a NonlinearFactorGraph 2012-06-20 01:35:42 +00:00
NonlinearFactorGraph.h Added mechanism to create a constrained ordering directly from a NonlinearFactorGraph 2012-06-20 01:35:42 +00:00
NonlinearISAM.cpp print statistics for bayesnet and bayestree 2012-06-27 16:33:19 +00:00
NonlinearISAM.h Added key formatting in saveGraph, which uses inverse ordering to find Key and formats the Key 2012-06-25 03:47:07 +00:00
NonlinearOptimizer.cpp optimizeSafely catches all exceptions and returns an empty Values object if one was caught. 2012-06-24 21:52:42 +00:00
NonlinearOptimizer.h optimizeSafely catches all exceptions and returns an empty Values object if one was caught. 2012-06-24 21:52:42 +00:00
Ordering.cpp printing 2012-06-07 02:16:58 +00:00
Ordering.h Added formatting objects to linear and inference objects to allow for printing meaningful keys 2012-06-25 21:19:38 +00:00
SuccessiveLinearizationOptimizer.h Comments and additional test regarding permutations and orderings 2012-06-20 00:01:49 +00:00
Symbol.cpp Fixed Symbol problem - related to using std::numeric_limits::max() statically on keys created outside of functions 2012-06-09 19:43:14 +00:00
Symbol.h Made a cpp file that makes the header cleaner, and avoids superheavy includes. 2012-06-09 18:19:45 +00:00
Values-inl.h Sanitized view methods 2012-06-24 14:33:02 +00:00
Values.cpp Fixed Remaining problems with GUI 2012-06-14 03:14:53 +00:00
Values.h Added matlab interface to get indices out of Values structures. Added more matlab symbol functions. 2012-06-13 16:38:51 +00:00
WhiteNoiseFactor.h Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors 2012-06-09 21:06:06 +00:00