Commit Graph

12 Commits (97eb6bc8b9cb758cb782c1c1eb5011f9845a33f6)

Author SHA1 Message Date
Gerry Chen 8e62a1405e deprecated functions for backwards compatibility
also removed some edits that were tangential to the PR.
2019-10-28 17:41:16 -04:00
Gerry Chen 4877bdb4f3 Caught some stragglers using boost::optional<Ordering> 2019-10-20 03:20:14 -04:00
Gerry Chen 1733f3ac98 convert all optional Ordering to function overloads
compiles and passes tests, but some potentially code-breaking changes in:
Marginals.h - order of arguments had to change since `factorization` has a default value
EliminatableFactorGraph.h - marginalMultifrontalBayesNet and marginalMultifrontalBayesTree no longer accept `boost::none` as a placeholder to specify later arguments
Notes:
EliminateableFactorGraph.h - `orderingType` is no longer needed in function overloads that specify ordering, but I left it for the time being to avoid potential code breaking
2019-10-20 01:15:20 -04:00
Cyril Roussillon b84f7ed22d (#378) Allow zero dimension factors, as it was in gtsam 3.x 2018-10-10 09:02:54 +02:00
Abe fbe9aac41c squash local changes on top of gtsam upstream pull from 6/14/2016 2016-06-18 23:13:59 -07:00
yao a0661b3813 Almost done. Still need to figure out how to remove the remaining 3 occurrences. 2016-05-21 12:44:46 -04:00
dellaert c33bb7a89a Solved Scatter bug 2015-06-21 23:34:11 -07:00
dellaert a28ebc5461 Switched to vector 2015-06-21 22:41:12 -07:00
dellaert 33e412f2ee Code review 2015-06-15 01:05:48 -07:00
Frank Dellaert 08f30966dd Got rid of obsolete getSlots method 2015-06-13 11:03:12 -07:00
Frank Dellaert 6664699c4c getSlots method 2015-06-12 09:33:55 -07:00
Frank Dellaert 257060e8dd Scatter class in separate compilation unit 2015-06-11 21:21:01 -07:00