Frank Dellaert
|
d2bf0120fc
|
And another one !
|
2015-06-20 15:50:57 -07:00 |
dellaert
|
5719ba27fa
|
Reducing header bloat by introducing new ThreadSafeException header.
|
2015-06-20 15:28:25 -07:00 |
cbeall3
|
de63d1981c
|
Windows: Fix for discarding const qualifiers
|
2014-06-20 11:57:48 -04:00 |
Yong-Dian Jian
|
17426d0076
|
subgraph preconditioner revised
|
2014-06-15 23:14:06 -04:00 |
Richard Roberts
|
686051c032
|
Convert DOS line endings to UNIX
|
2014-01-09 16:39:27 -05:00 |
Richard Roberts
|
ec78d54f37
|
Removed old Index typedef and IndexFormatter
|
2013-11-08 16:35:28 +00:00 |
Richard Roberts
|
73fe5b2be4
|
Made iterative compile
|
2013-08-05 22:31:05 +00:00 |
Richard Roberts
|
5eb7613f5c
|
Started to fix errors resulting from removing Ordered classes
|
2013-08-02 22:09:49 +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 |
Chris Beall
|
4297d24c96
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
Richard Roberts
|
6d1b86c2e0
|
Moved JacobianFactor type check/conversion functions into SubgraphSolver instead of GaussianFactorGraph and JacobianFactor
|
2012-09-06 14:33:44 +00:00 |
Yong-Dian Jian
|
574a9711cc
|
add a conversion function from GaussianFactorGraph to JacobianFactorGraph
|
2012-09-06 01:21:15 +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 |
Yong-Dian Jian
|
af652b0e04
|
remove simpleSPCG
reorg SubgraphSolver
add unit test for SubgraphSolver
|
2012-09-03 19:43:08 +00:00 |
Yong-Dian Jian
|
734a18b02e
|
old spcg solver fixed
|
2012-06-09 02:42:45 +00:00 |
Yong-Dian Jian
|
913160462a
|
in the middle of resurrecting spcg
|
2012-06-08 16:45:16 +00:00 |
Yong-Dian Jian
|
be0346ab87
|
resurrect deleted spcg files
|
2012-06-08 03:02:04 +00:00 |
Richard Roberts
|
233892227d
|
Removed commented-out SubgraphPreconditioner and SubgraphSolver (YD confirmed are unused)
|
2012-04-16 01:13:05 +00:00 |
Yong-Dian Jian
|
bc7293a0a7
|
disable old subgraph preconditioners temporarily to remove name conflict
|
2012-02-02 23:16:45 +00:00 |
Alex Cunningham
|
927217ba4b
|
Cleanup from FactorGraph-inl.h
|
2011-12-21 16:59:37 +00:00 |
Richard Roberts
|
2c53df3ee7
|
Simplified VectorValues interface and implementation, slight simplification to Permuted<>
|
2011-10-26 02:04:06 +00:00 |
Frank Dellaert
|
56d1d6ae34
|
Fixed some Doxygen problems with global replace
|
2011-10-14 03:23:14 +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
|
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
|
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
|
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 |