Richard Roberts
|
081b805340
|
Removed noncopyable restriction on Conditional - this is not used on any other factors, and makes it harder to make unit tests. Should not make a difference for users since we already use exclusively pointer containers and using the linear side directly is fairly low-level anyway.
|
2011-10-15 19:59:22 +00:00 |
Frank Dellaert
|
c4a88102ef
|
Removed spurious Testable inheritance
|
2011-09-07 02:43:44 +00:00 |
Alex Cunningham
|
fa4faa274a
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
Alex Cunningham
|
c4d9208eeb
|
Added serialization for most linear/inference structures, simulated2D - serialization, except for example domains, should be complete
|
2011-06-04 16:52:54 +00:00 |
Alex Cunningham
|
79c09708e8
|
Assorted cleanup to remove ublas references, switch more Vector/Matrix utility functions to use Eigen in templates, reimplemented backsubstitution with Eigen
|
2011-06-02 20:35:02 +00:00 |
Frank Dellaert
|
e635b21154
|
made keys_ and nrFrontals_ private to ensure correct constructors are called
|
2011-03-25 16:57:28 +00:00 |
Frank Dellaert
|
5c193422af
|
Major change, elimination functions are now passed an "Eliminate function", so you can select at run-time which factorization method is used (symbolic, QR, etc...).
|
2011-03-24 19:27:12 +00:00 |
Richard Roberts
|
07ad9ac957
|
Moved sorted-key invariant out of Factor and into IndexFactor, also out of Conditional and into IndexConditional
|
2011-03-01 21:47:08 +00:00 |
Richard Roberts
|
358e003a57
|
Renamed FactorBase to Factor and ConditionalBase to Conditional
|
2011-03-01 19:27:50 +00:00 |