| .. |
|
tests
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
BTree.h
|
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 |
|
DSF.h
|
more comments
|
2010-11-01 18:38:12 +00:00 |
|
DSFVector.cpp
|
make DSFVector support preallocated memory
|
2010-11-25 05:15:40 +00:00 |
|
DSFVector.h
|
make DSFVector support preallocated memory
|
2010-11-25 05:15:40 +00:00 |
|
FastList.h
|
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 |
|
FastMap.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
FastSet.h
|
more comments
|
2010-11-01 18:38:12 +00:00 |
|
FastVector.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
FixedVector.h
|
Removed some extraneous comments from eigen transition
|
2011-05-20 18:43:37 +00:00 |
|
Lie-inl.h
|
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 |
|
Lie.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
LieScalar.h
|
Added a function for Lie Scalar to get the value back out again
|
2010-12-08 01:59:53 +00:00 |
|
LieVector.cpp
|
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 |
|
LieVector.h
|
Merge branch 'eigen'
|
2011-05-20 13:52:08 +00:00 |
|
Makefile.am
|
Changed the default Matrix to use column major, rather than row major. Removed Matrix-inl.h, as it isn't used
|
2011-06-04 22:15:23 +00:00 |
|
Matrix.cpp
|
temporarily removed 3rd party libraries
|
2011-06-17 15:10:35 +00:00 |
|
Matrix.h
|
Fix constness bug for Pose3::operator*(Point3). Add a comment for function stack in Matrix
|
2011-07-29 01:55:56 +00:00 |
|
Testable.h
|
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 |
|
TestableAssertions.h
|
Added an assert_equal to handle optional values, and added a test for TestableAssertions
|
2011-03-17 17:28:09 +00:00 |
|
Vector.cpp
|
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 |
|
Vector.h
|
temporarily removed 3rd party libraries
|
2011-06-17 15:10:35 +00:00 |
|
blockMatrices.h
|
temporarily removed 3rd party libraries
|
2011-06-17 15:10:35 +00:00 |
|
cholesky.cpp
|
temporarily removed 3rd party libraries
|
2011-06-17 15:10:35 +00:00 |
|
cholesky.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
debug.cpp
|
Debug flags unit test and fixed macros
|
2011-02-15 00:36:29 +00:00 |
|
debug.h
|
Debug flags unit test and fixed macros
|
2011-02-15 00:36:29 +00:00 |
|
lieProxies.h
|
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 |
|
numericalDerivative.h
|
Merge branch 'prep_0.9.3'
|
2011-06-13 16:55:31 +00:00 |
|
timing.cpp
|
assorted cleanup - mostly comments and adding implementations to cpp files, rather than in header files
|
2011-06-13 20:01:58 +00:00 |
|
timing.h
|
assorted cleanup - mostly comments and adding implementations to cpp files, rather than in header files
|
2011-06-13 20:01:58 +00:00 |
|
types.h
|
Added casting to value type in ValueWithDefault, allows use in 'if' statements, etc. This was needed for the previous check-in of the global debug flags. Also added code comments.
|
2011-02-04 00:51:31 +00:00 |