Alex Cunningham
|
1c1e47ca1f
|
Added serialization export keys directly to NoiseModel
|
2011-03-04 14:56:18 +00:00 |
Alex Cunningham
|
d96b114618
|
Changed diagonal noisemodel to use boost.optional for inverse sigmas to avoid ever storing inf
|
2011-03-03 21:14:55 +00:00 |
Alex Cunningham
|
a87a52035d
|
Serialization for (some) nonlinear factors now works, added virtual destructors to factor classes that needed them.
|
2011-03-03 17:16:13 +00:00 |
Alex Cunningham
|
4865f1a64d
|
Added more serialization functionality to noiseModel, but SharedGaussians segfault on test, so tests for Nonlinear graphs are commented out
|
2011-02-23 05:19:07 +00:00 |
Richard Roberts
|
3dc36369d9
|
Added a "matrix order" parameter to choleskyCareful so that it can be used to factor the frontal piece in choleskyPartial. choleskyCareful also now returns a bool indicating whether the input matrix is full-rank. Also added an additional Cholesky unit test.
|
2011-02-04 00:47:08 +00:00 |
Richard Roberts
|
4880257e69
|
Merging hessianfactor branch, Cholesky is now default and GaussianFactor is virtual (see email to frankcvs)
|
2011-01-20 22:22:00 +00:00 |
Richard Roberts
|
a8a584d38e
|
Rolling back last commit (undoing merge of hessianfactor branch) - does not compile on Linux, could be compiler or boost version problems. Also will probably break Alex's stuff so will work that out before merging.
|
2010-12-17 01:11:28 +00:00 |
Richard Roberts
|
de1892016d
|
Merged in hessianfactor branch, Cholesky is now default. This merge also includes improved timing statements with automatic outlining and low overhead
|
2010-12-17 00:51:51 +00:00 |
Richard Roberts
|
fd381e97bc
|
Slight speedup in Cholesky
|
2010-11-29 03:05:54 +00:00 |
Richard Roberts
|
5e00148315
|
Cholesky working but disabled by default
|
2010-11-29 01:31:51 +00:00 |
Richard Roberts
|
2fc5ab3bdb
|
Extra debugging checks for Cholesky
|
2010-11-19 17:20:04 +00:00 |
Richard Roberts
|
fd597762c7
|
In-progress integrating Cholesky into solving
|
2010-11-08 19:31:40 +00:00 |
Richard Roberts
|
9c5068e90a
|
Removed bad assertion
|
2010-11-02 23:00:43 +00:00 |
Richard Roberts
|
fca73852f1
|
Removed assert(false) that I thought was never called
|
2010-10-29 16:11:06 +00:00 |
Richard Roberts
|
078f07650f
|
Added option to use LAPACK QR with -DUSE_LAPACK_QR
|
2010-10-29 14:45:20 +00:00 |
Richard Roberts
|
a735b7cdeb
|
Virtual equals and print methods in NonlinearFactor so that printing nonlinear factors works correctly
|
2010-10-26 20:21:52 +00:00 |
Alex Cunningham
|
a46adeb1b4
|
Library now compiles with --enable-lapack off
|
2010-10-26 12:31:40 +00:00 |
Richard Roberts
|
2c90e3d836
|
Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'.
|
2010-10-25 20:10:33 +00:00 |