Commit Graph

22 Commits (9c8377f47619d8da252fe6f49e6cbb53855af70d)

Author SHA1 Message Date
Frank Dellaert 6bf036d3c1 Corrected some doxygen warnings 2012-06-03 21:51:33 +00:00
Stephen Williams da480b45eb Updated license 2012-05-15 15:28:24 +00:00
Richard Roberts 8d5facb09e (in branch) make check passes after refactoring and code changes for including -inl.h files from .h files 2011-12-12 23:19:31 +00:00
Frank Dellaert d3dd6f5fa2 Doxygen 2011-10-22 19:53:44 +00:00
Richard Roberts 932917e930 Throw DisconnectedGraphException when trying to eliminate a disconnected graph (previously failed with a cryptic error) 2011-10-12 07:50:30 +00:00
Alex Cunningham fa4faa274a Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Richard Roberts f5eac05add Merged factorization branch - sequential and multifrontal factorization with a function argument to specify the elimination method 2011-03-29 21:32:22 +00:00
Richard Roberts 07820af903 Fixed crashes when doing linearize/solve on nonlinear factor graphs with NULL factors 2011-03-29 19:51:50 +00:00
Frank Dellaert a9d66a915d comments 2011-03-29 19:13:35 +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
John Rogers 8e27acf27a Removing some typename keywords which are not allowed on my compiler g++ 4.4.5 2011-02-07 17:47:56 +00:00
Richard Roberts 06db4ac770 Optimized version of symbolic elimination 2011-02-07 16:39:37 +00:00
Richard Roberts 5c293ba2a7 Fixed key sorting bug in symbolic elimination (still have work to do on key sorting) 2011-01-25 22:28:29 +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 d9935519f9 Merged into trunk from branch combineandeliminate 2010-12-02 22:46:43 +00:00
Richard Roberts 28f283f016 Added debug printing switches in EliminationTree 2010-11-19 16:28:10 +00:00
Richard Roberts d6929d4409 Storing variable index in solver, saved between nonlinear iterations 2010-11-15 23:01:50 +00:00
Richard Roberts 888b166787 More detailed timing in EliminationTree 2010-11-03 23:07:17 +00:00
Chris Beall 8e754895f1 fixed linking issue on Mac w/ gcc 4.2 2010-10-28 19:53:29 +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