Commit Graph

5426 Commits (ba6f8b7cca2bc2fc680d2ad69f86b1be1f41c857)

Author SHA1 Message Date
Richard Roberts f664df729c Updated to new wrap functions in gtsam cmake 2013-12-16 21:32:55 +00:00
Richard Roberts f7abc53c7a Fixed compile error on windows 2013-12-16 21:32:53 +00:00
Frank Dellaert 6f537b2b44 Exponential map 2013-12-15 21:52:03 +00:00
Frank Dellaert bad1c38fe6 Revived document about manifold geometry of the sphere, deleted by Can a while ago :-( 2013-12-15 21:29:20 +00:00
Richard Roberts af18d11df6 Fixes for multiple-project builds where GTSAM is a subdirectory in a larger build 2013-12-15 18:36:44 +00:00
Andrew Melim ce1c654737 Remove print statement 2013-12-13 21:33:46 +00:00
Richard Roberts 501635352d Some cleanup in compiling wrappers 2013-12-12 18:37:27 +00:00
Frank Dellaert 597d617808 removed checking const variable each time and created appropriate Eliminate function in constructor instead. 2013-12-10 05:52:38 +00:00
Frank Dellaert 4815f9cf5b Drastically simplified solve 2013-12-10 05:32:13 +00:00
Frank Dellaert f2da19e4de Comments and formatting, and much cleaner solve 2013-12-10 05:23:28 +00:00
Luca Carlone abbbd02979 reintroduced triangulation.cpp with non-templated functions 2013-12-09 21:28:43 +00:00
Alex Cunningham eb1ce0302c Added wrapped version of load2D that doesn't override noisemodel 2013-12-05 19:56:46 +00:00
Duy-Nguyen Ta 72a1feca2c add KeyGroupMap to wrap ISAM2 update with group ordering to matlab. Wrap at() in SymbolicBayesNet, and GaussianConditional constructors with no noise model. 2013-12-04 14:36:13 +00:00
Richard Roberts 737e3806bb Fixed more warnings 2013-12-03 19:46:40 +00:00
Richard Roberts 3da894b152 Fixed warning 2013-12-03 16:30:23 +00:00
Richard Roberts a2a5eef62e Fixed unit test name 2013-12-02 19:30:04 +00:00
Richard Roberts 0874a81896 Using Alex's ordering in new clique finding unit test 2013-12-02 19:29:24 +00:00
Richard Roberts 85bbcf6d1e Added EliminationTree and clique-finding unit tests using Alex's DDF test graph 2013-12-02 18:44:44 +00:00
Richard Roberts 41ce6cdfba Undid automatic formatting changes in Eigen 2013-11-27 21:51:37 +00:00
Richard Roberts 3f92ebb0d5 Fixed compile problems and warnings on linux 2013-11-27 21:46:06 +00:00
Richard Roberts 9b8004d780 Using struct specialization to select MKL Householder QR in Eigen 2013-11-27 20:55:53 +00:00
Richard Roberts 513b5fd8d6 Removed ifdef around householder QR 2013-11-27 20:55:50 +00:00
Richard Roberts 129e124539 Improvement in cmake MKL messages 2013-11-27 19:04:11 +00:00
Richard Roberts 5f87cbea7f New SymmetricBlockMatrix interface - should be safer as all exposed functions use symmetric matrix expressions and the internal uninitialized values below the diagonal are never exposed. 2013-11-26 23:49:53 +00:00
Richard Roberts 21297238ba Removed unused code instead of leaving it commented out... 2013-11-26 22:50:54 +00:00
Richard Roberts fa0a9ae88c Fixed warnings 2013-11-26 22:50:50 +00:00
Zsolt Kira a4c7ef9ef6 Undo accidental commit of CMakeLists modification 2013-11-26 15:44:54 +00:00
djensen3 e2cd2c2054 Added options for NonlinearFactorGraph printing to dot files 2013-11-26 15:41:15 +00:00
Alex Cunningham 5b90fefddc Added small test and additional interface wrapping for LabeledSymbol 2013-11-23 19:11:43 +00:00
Alex Cunningham 4bac016899 Pacified unused variable warning 2013-11-23 19:11:33 +00:00
Frank Dellaert 4e2b658588 some excel file I forgot to check in 2013-11-23 19:04:43 +00:00
Richard Roberts a27f97dec4 Fix in ConcurrentFilteringAndSmoothing - one elimination call was using the default elimination function instead of the one from the parameters. 2013-11-21 15:42:17 +00:00
Richard Roberts caa232cca2 Adding Eigen header files as source files to show up in IDE projects 2013-11-21 15:09:54 +00:00
Richard Roberts 67058d0e7a Fixed comment typo 2013-11-21 15:09:51 +00:00
Richard Roberts b7fb8429bb Fixed some warnings 2013-11-21 15:09:46 +00:00
Richard Roberts da47f8a9e8 Another attempt to fix clang warning 2013-11-19 15:25:58 +00:00
Richard Roberts 5098003691 Fixed several warnings 2013-11-19 14:04:52 +00:00
Richard Roberts 138e092fec Disabled a clang warning 2013-11-19 14:04:42 +00:00
Richard Roberts abf5df5f7e Avoid clang warning 2013-11-19 00:44:02 +00:00
Richard Roberts 1362eabd46 Fixed compile problems on Windows 2013-11-19 00:26:20 +00:00
Richard Roberts 6c2077ccc5 Updated unit tests for clique finding fix 2013-11-19 00:26:18 +00:00
Richard Roberts dfeea9bb16 Fixed problem of accessing an object after deleting it 2013-11-19 00:26:16 +00:00
Richard Roberts 7069af2f51 Small improvement to CMake MKL/OpenMP messages 2013-11-19 00:26:14 +00:00
Richard Roberts 750179dfbd Removed old clique-finding code 2013-11-18 19:48:37 +00:00
Richard Roberts 84f439a01d Cleaned up MKL-related CMake warning messages 2013-11-18 19:46:28 +00:00
Richard Roberts 55433c13cc Changed default OpenMP threads when mixing with TBB to 1/4 the number of processors instead of 1/2. 2013-11-18 19:23:31 +00:00
Richard Roberts 45c022a791 Using Eigen Identity and Zero functions in LM damp 2013-11-18 19:23:29 +00:00
Richard Roberts 1f5f86f6e8 Avoid creating duplicate symbolic factors in JunctionTree constructor (small optimization) 2013-11-18 19:23:27 +00:00
Richard Roberts 701bb0054d Added TBB and MKL directories to GTSAM_INCLUDE_DIR in GTSAM cmake config 2013-11-18 19:23:26 +00:00
Richard Roberts 0608e9a05b Added support for MKL in Eigen and fixed several errors and warnings within Eigen when using MKL 2013-11-18 19:23:23 +00:00