gtsam/gtsam/nonlinear
Frank Dellaert a923086a00 Removed print statements 2015-07-09 00:42:48 -07:00
..
internal FIXED PRETTY TERRIBLE BUG 2015-07-09 00:41:03 -07:00
tests Moved test to tests/ExpressionFactor 2015-07-08 22:50:24 -07:00
AdaptAutoDiff.h Fixed timing script 2015-07-04 19:32:23 -07:00
CMakeLists.txt Install the nonlinear internal headers. 2015-06-03 01:13:22 +02:00
DoglegOptimizer.cpp Call Ordering::Create to make sure Metis is executed when asked (was a bug!) 2015-02-13 17:17:11 +01:00
DoglegOptimizer.h
DoglegOptimizerImpl.cpp
DoglegOptimizerImpl.h
Expression-inl.h Removed print statements 2015-07-09 00:42:48 -07:00
Expression.h Recursive print 2015-07-08 23:21:49 -07:00
ExpressionFactor.h Slight refactor/reformatting 2015-07-08 19:20:05 -07:00
ExpressionFactorGraph.h Moved to gtsam 2014-12-28 19:09:12 +01:00
ExtendedKalmanFilter-inl.h traits_x -> traits 2014-12-26 16:47:51 +01:00
ExtendedKalmanFilter.h Using traits in many places (forced by loss of Point2 mojo) 2014-12-22 16:02:33 +01:00
GaussNewtonOptimizer.cpp Call Ordering::Create to make sure Metis is executed when asked (was a bug!) 2015-02-13 17:17:11 +01:00
GaussNewtonOptimizer.h
ISAM2-impl.cpp Included config where needed 2015-06-21 18:14:20 -07:00
ISAM2-impl.h Globally replaced FastSet<Key> with KeySet. 2015-06-20 18:38:25 -07:00
ISAM2-inl.h Globally replaced FastSet<Key> with KeySet. 2015-06-20 18:38:25 -07:00
ISAM2.cpp Merge remote-tracking branch 'origin/develop' into feature/betterOrdering 2015-06-28 15:41:58 -07:00
ISAM2.h Globally replaced FastSet<Key> with KeySet. 2015-06-20 18:38:25 -07:00
LevenbergMarquardtOptimizer.cpp Made output more directly comparable with ceres 2015-07-04 19:14:25 -07:00
LevenbergMarquardtOptimizer.h Grouped getters/setters, removed define (MATLAB wrapper needs these) 2015-06-20 12:00:49 -07:00
LinearContainerFactor.cpp
LinearContainerFactor.h Fix some serialization warnings. 2015-03-06 16:12:09 +01:00
Marginals.cpp
Marginals.h
NonlinearConjugateGradientOptimizer.cpp Merged in feature/SmartCT (pull request #107) 2015-02-22 06:14:19 +01:00
NonlinearConjugateGradientOptimizer.h Merged in feature/SmartCT (pull request #107) 2015-02-22 06:14:19 +01:00
NonlinearEquality.h misc bugfixes and cleanup from skydio 2015-05-13 22:26:24 -07:00
NonlinearFactor.cpp Cleaned up handling of constraints, removed Constrained smart option as was not used, and discovered there was already an "isConstrained" method. 2014-11-25 13:45:59 +01:00
NonlinearFactor.h Fix some more warnings. 2015-03-06 16:44:08 +01:00
NonlinearFactorGraph.cpp Merge remote-tracking branch 'origin/develop' into feature/betterOrdering 2015-06-28 15:41:58 -07:00
NonlinearFactorGraph.h Globally replaced FastSet<Key> with KeySet. 2015-06-20 18:38:25 -07:00
NonlinearISAM.cpp
NonlinearISAM.h
NonlinearOptimizer.cpp Better iteration timing 2015-06-08 18:28:27 -04:00
NonlinearOptimizer.h
NonlinearOptimizerParams.cpp
NonlinearOptimizerParams.h
Symbol.h
Values-inl.h removed dead code from old default charts in Values 2015-01-14 14:43:42 +01:00
Values.cpp Values::keys now returns KeyVector instead of list. Corresponding fixes in Matlab wrapper. 2015-06-24 00:35:32 -04:00
Values.h Values::keys now returns KeyVector instead of list. Corresponding fixes in Matlab wrapper. 2015-06-24 00:35:32 -04:00
WhiteNoiseFactor.h Updated all comma initializer usages to use .finished() 2014-11-22 16:35:27 -08:00
expressionTesting.h Made tests work better with CppUnitLite 2015-07-08 18:45:27 -07:00
expressions.h misc bugfixes and cleanup from skydio 2015-05-13 22:26:24 -07:00
factorTesting.h misc bugfixes and cleanup from skydio 2015-05-13 22:26:24 -07:00
nonlinearExceptions.h