Kai Ni
|
8ce3f9095e
|
remove unused code
|
2010-07-11 07:31:03 +00:00 |
Kai Ni
|
2c5522f2fa
|
fixed junction tree unit tests
|
2010-07-11 07:30:27 +00:00 |
Richard Roberts
|
ad0bd147f0
|
Fixed compiler warnings
|
2010-07-10 21:01:06 +00:00 |
Kai Ni
|
d5c6f62387
|
massive check in for using spqr_front
|
2010-07-04 23:50:21 +00:00 |
Kai Ni
|
70adcb26c9
|
the lapack version of householder
|
2010-06-30 15:57:12 +00:00 |
Frank Dellaert
|
5e4b23df59
|
Matrix::multiplyAdd and transposeMultiplyAdd are "level 2" BLAS and speed up the numeric part of the code substantially. Alex might be able to speed them up even more by making them use real BLAS code within Matrix.cpp.
|
2010-01-31 16:04:24 +00:00 |
Frank Dellaert
|
3b6c4917a9
|
GaussianBayesNet::backSubstituteInPlace
|
2010-01-31 04:39:41 +00:00 |
Richard Roberts
|
5367e5a157
|
All std::map<Symbol,T> are now SymbolMap<T>, which is just a thin wrapper around std::map. at(Key) is used instead of first checking with find when an exception should be thrown for non-existent keys. This does not change any behavior or timing currently. This check-in also includes some functions in BayesTree for gathering clique statistics.
|
2010-01-22 04:41:40 +00:00 |
Alex Cunningham
|
5f588031bc
|
Merged NoiseQR back into trunk
|
2010-01-20 18:32:48 +00:00 |
Richard Roberts
|
aef0b42562
|
Refactoring to use a new Symbol key instead of strings in Bayes*, Gaussian*, Ordering, Symbolic*, VectorConfig. Renamed existing type-checking key Symbol<C,T> to TypedSymbol<C,T>
|
2010-01-17 19:34:57 +00:00 |
Frank Dellaert
|
c43cd425ab
|
new back-substitution functions that can do unit triangular solves
|
2009-12-29 13:59:34 +00:00 |
Alex Cunningham
|
c7b86cec97
|
Renamed ConditionalGaussian -> GaussianConditional
|
2009-11-12 16:41:18 +00:00 |