gtsam/gtsam_unstable/nonlinear
Jeffrey 06dac43cae Some refinement in BayesTreeMarginalizationHelper:
1. Skip subtrees that have already been visited when searching for
   dependent cliques;
2. Avoid copying shared_ptrs (which needs extra expensive atomic
   operations) in the searching. Use const Clique* instead of
   sharedClique whenever possible;
3. Use std::unordered_set instead of std::set to improve average
   searching speed.
2024-11-02 17:14:01 +08:00
..
tests Fix marginalization in IncrementalFixedLagSmoother. 2024-10-28 23:38:04 +08:00
BatchFixedLagSmoother.h
BayesTreeMarginalizationHelper.h Some refinement in BayesTreeMarginalizationHelper: 2024-11-02 17:14:01 +08:00
CMakeLists.txt
ConcurrentBatchFilter.cpp
ConcurrentBatchFilter.h
ConcurrentBatchSmoother.cpp
ConcurrentBatchSmoother.h remove extra semicolons 2023-03-10 15:36:46 -05:00
ConcurrentFilteringAndSmoothing.cpp
ConcurrentFilteringAndSmoothing.h
ConcurrentIncrementalFilter.cpp
ConcurrentIncrementalFilter.h remove extra semicolons 2023-03-10 15:36:46 -05:00
ConcurrentIncrementalSmoother.cpp
ConcurrentIncrementalSmoother.h remove extra semicolons 2023-03-10 15:36:46 -05:00
FixedLagSmoother.h
IncrementalFixedLagSmoother.cpp Some refinement in BayesTreeMarginalizationHelper: 2024-11-02 17:14:01 +08:00
IncrementalFixedLagSmoother.h
LinearizedFactor.cpp
LinearizedFactor.h
NonlinearClusterTree.h