Commit Graph

1846 Commits (fd07d61a2e7da9c23771f1172d2f216d75dc9f1c)

Author SHA1 Message Date
Yong-Dian Jian 1193d2f9be take out two spcg specific functions from gaussian factor graph 2010-11-16 17:17:40 +00:00
Richard Roberts d6929d4409 Storing variable index in solver, saved between nonlinear iterations 2010-11-15 23:01:50 +00:00
Richard Roberts a124ce132f Changed TEST_UNSAFE back to TEST 2010-11-15 22:58:39 +00:00
Chris Beall 6c41184d19 made templated and cleaned up some more 2010-11-15 16:43:23 +00:00
Chris Beall 651db9240b moved StereoFactor from VO to gtsam 2010-11-15 16:04:30 +00:00
Kai Ni 3f1029483c add isSingleton to DSFVector 2010-11-15 01:12:37 +00:00
Kai Ni 115d2266bd add backproject 2010-11-12 06:54:43 +00:00
Kai Ni f48fdc0909 add logmap 2010-11-12 05:00:24 +00:00
Kai Ni e4673e2cd5 add more calibrations and a general camera type 2010-11-11 19:43:13 +00:00
Alex Cunningham 3a978d6930 Added an exists function to Ordering 2010-11-10 17:08:49 +00:00
Chris Beall 0bd3617630 Levenberg Marquardt changed from recursive to iterative implementation to reduce memory footprint. 2010-11-09 05:58:31 +00:00
Frank Dellaert 86f1b89eda Commented mother of all tests 2010-11-08 20:35:42 +00:00
Frank Dellaert 0d1163648d Some more test targets 2010-11-08 20:35:26 +00:00
Frank Dellaert a86cb70e00 Removed Richard's accidentally checked in myconfigure lines 2010-11-08 20:35:12 +00:00
Frank Dellaert 364a522382 Cholesky unit test works now 2010-11-08 20:34:45 +00:00
Frank Dellaert 93deac972c Better error message 2010-11-08 20:34:12 +00:00
Richard Roberts fd597762c7 In-progress integrating Cholesky into solving 2010-11-08 19:31:40 +00:00
Yong-Dian Jian 50a26c1dbb add new interface 2010-11-08 06:21:35 +00:00
Alex Cunningham 55d98c7e69 Added a sampler class for sampling from noise model distributions with a user-specified seed 2010-11-08 03:38:27 +00:00
Kai Ni fa81eb4b5e added new constructor for VectorValues 2010-11-07 23:12:21 +00:00
Kai Ni 25c06b012d add size1 and size2 2010-11-07 23:12:02 +00:00
Richard Roberts c3f95f9409 Another lapack.h (not present on Linux), fortunately not needed 2010-11-06 21:54:38 +00:00
Richard Roberts ae8c59bc4c clapack.h not present in Linux 2010-11-06 21:30:14 +00:00
Richard Roberts 0013911960 Code to factor rank-deficient A matrices using Cholesky, not yet used by GaussianFactor 2010-11-06 21:06:52 +00:00
Richard Roberts 05b0110ac2 Made private some members that should not have been public 2010-11-06 20:57:07 +00:00
Richard Roberts 4a23971b80 Fixed template names 2010-11-06 20:52:39 +00:00
Alex Cunningham d20118abbc Added dims function so that TupleConfig1 works 2010-11-06 17:48:43 +00:00
Alex Cunningham 15310ed6ad Added fix to make TupleConfig1 work 2010-11-06 17:35:47 +00:00
Richard Roberts ceb1c67e5f Added license info 2010-11-05 22:40:29 +00:00
Richard Roberts c018fb229b Removed unused class GaussianFactorSet 2010-11-05 19:58:17 +00:00
Richard Roberts 01c4e5f892 Fixed warnings 2010-11-05 19:53:28 +00:00
Richard Roberts 39b1f8eb41 Removed unused left-over function 2010-11-05 19:42:47 +00:00
Alex Cunningham d9fea3946a Fixed references to "CONFIG" in instantiation macros 2010-11-05 15:26:33 +00:00
Yong-Dian Jian 3e1761b81b update for spcg 2010-11-05 05:35:04 +00:00
Yong-Dian Jian 74e82fb615 bug fix 2010-11-04 14:48:17 +00:00
Richard Roberts 888b166787 More detailed timing in EliminationTree 2010-11-03 23:07:17 +00:00
Richard Roberts 898ca38f1c Removed unmatched timing statement, reduced default trials in timing scripts 2010-11-03 22:52:24 +00:00
Richard Roberts 60e10d7380 Added timeSequentialOnDataset and timeMultifrontalOnDataset, removed timeLinearOnDataset 2010-11-03 22:35:02 +00:00
Richard Roberts 521abed2bc Fixed "zero time" bug in timing when compiling w/out ENABLE_TIMING 2010-11-03 22:34:25 +00:00
Richard Roberts 96606a84c1 Removed unused ccolamd header from FactorGraph-inl.h 2010-11-03 22:07:27 +00:00
Richard Roberts d7a51c896b Moved template and inline functions to header file 2010-11-03 21:47:49 +00:00
Richard Roberts d9d2cb7dda Removed commented code 2010-11-03 21:34:07 +00:00
Richard Roberts 92ddabc4ac Moved CCOLAMD call into non-templated code to avoid dependency of projects on CCOLAMD includes. Removed unused includes and unnecessary templates in Inference at the same time 2010-11-03 21:33:27 +00:00
Richard Roberts 9c5068e90a Removed bad assertion 2010-11-02 23:00:43 +00:00
Richard Roberts c2864f5f61 Changed order of compiler include paths to prevent conflict with MacPorts lapack 2010-11-02 22:59:43 +00:00
Chris Beall 2b9193e12a Removed cached factors from BayesTree - these were a hack from making iSAM2 work and were causing a lot of memory to be accumulated for big problems 2010-11-02 21:37:48 +00:00
Yong-Dian Jian c9b57ccd74 new functions for cg solver 2010-11-02 16:04:23 +00:00
Kai Ni 6a63fee9c7 turn off debug flag 2010-11-01 18:39:59 +00:00
Kai Ni 438af1608d more comments 2010-11-01 18:38:12 +00:00
Alex Cunningham 78868aa715 Changed myconfigure files 2010-11-01 17:17:42 +00:00