Varun Agrawal
|
3dcf9d8da8
|
fix bug in GaussianBayesTree::logDeterminant
|
2022-11-14 10:54:03 -05:00 |
Frank Dellaert
|
4a1491876d
|
Replace deprecated `ptr_fun` with lambda expression
|
2019-10-12 14:14:10 -04:00 |
Frank Dellaert
|
e7f41694c1
|
Removed stale assert
|
2019-06-01 17:29:47 -04:00 |
Frank Dellaert
|
ff6fe5e5e3
|
get_* naming convention in GaussianConditional
|
2019-05-16 18:59:24 -04:00 |
Duy-Nguyen Ta
|
1cdc228d6a
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
Richard Roberts
|
1a4fe360ee
|
Pulled GaussianBayesTree optimize algorithm into a template function
|
2013-08-09 21:35:40 +00:00 |
Richard Roberts
|
731bfe4973
|
Removed unneeded derived class copy constructors and assignment operators
|
2013-08-08 21:41:28 +00:00 |
Richard Roberts
|
0726a5ffbc
|
Instantiating template base classes in derived class .cpp files
|
2013-08-08 16:30:02 +00:00 |
Richard Roberts
|
375f7c16e6
|
Working on fixing ISAM
|
2013-08-06 19:56:48 +00:00 |
Richard Roberts
|
e39d100b6a
|
Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc
|
2013-08-06 13:44:22 +00:00 |
Richard Roberts
|
f1162c3263
|
Commented out temporarily-unused variable in back-substitution
|
2013-08-01 21:57:58 +00:00 |
Richard Roberts
|
3ade190128
|
Renamed old classes to "Ordered" and removed "Unordered" name from new classes
|
2013-07-29 23:55:40 +00:00 |
Alex Cunningham
|
40929e9cc3
|
Added and wrapped determinant functions for BayesTree
|
2013-02-04 21:00:43 +00:00 |
Richard Roberts
|
89b50e7679
|
Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc
|
2012-10-02 20:18:41 +00:00 |
Richard Roberts
|
4876cc7ff7
|
Revamped timing statements - much easier to use, exception-safe (see email to frankcvs list)
|
2012-10-02 18:36:39 +00:00 |
Richard Roberts
|
b0508cc1a8
|
Removed JacobianFactorGraph - moved its linear algebra interface to GaussianFactorGraph and redirected all uses of it to GaussianFactorGraph
|
2012-09-04 22:42:09 +00:00 |
Richard Roberts
|
8e39e6b656
|
Fixed doxygen warnings
|
2012-06-07 04:54:40 +00:00 |
Yong-Dian Jian
|
a9c36fc172
|
move linear algebra functions for jacobian factor graph to a new file
|
2012-06-07 01:24:19 +00:00 |
Richard Roberts
|
047dda05d7
|
Removed ISAM2 templating
|
2012-03-17 23:57:42 +00:00 |
Richard Roberts
|
92bd4e280d
|
Consistent 'optimize', 'optimizeInPlace', 'optimizeGradientSearch', and 'optimizeGradientSearchInPlace' functions for GBN, GBT, and ISAM2. Reorganized some existing ones and added some new ones to do this.
|
2012-03-16 16:16:13 +00:00 |