gtsam/gtsam_unstable/nonlinear
Richard Roberts ed8b1eeaa1 Converted another loop to use insert like was fixed in the previous commit (wasn't a problem this time but am matching the style to the other file) 2014-02-24 09:29:30 -05:00
..
tests Working on standardizing/simplifying building unit tests and examples. Much simpler cmake function to add a glob of tests, doing away with convenience libraries, and removing other options that we never change from their defaults. 2014-02-13 01:34:31 -05:00
BatchFixedLagSmoother.cpp
BatchFixedLagSmoother.h
CMakeLists.txt
ConcurrentBatchFilter.cpp
ConcurrentBatchFilter.h
ConcurrentBatchSmoother.cpp Added virtual solve method to NonlinearOptimizer that you can override, e.g., with Ceres 2013-10-25 18:27:43 +00:00
ConcurrentBatchSmoother.h
ConcurrentFilteringAndSmoothing.cpp
ConcurrentFilteringAndSmoothing.h
ConcurrentIncrementalFilter.cpp
ConcurrentIncrementalFilter.h
ConcurrentIncrementalSmoother.cpp Merged from Hmf6_unordered 970392249a8c50153f24594c9c81acb740cedd06 2013-10-03 19:51:56 +00:00
ConcurrentIncrementalSmoother.h
FixedLagSmoother.cpp
FixedLagSmoother.h
IncrementalFixedLagSmoother.cpp Updating ConcurrentIncrementalSmoother/Filter to work with unordered (work in progress) 2013-08-14 19:12:24 +00:00
IncrementalFixedLagSmoother.h
LinearizedFactor.cpp
LinearizedFactor.h New SymmetricBlockMatrix interface - should be safer as all exposed functions use symmetric matrix expressions and the internal uninitialized values below the diagonal are never exposed. 2013-11-26 23:49:53 +00:00