| .. |
|
tests
|
The new testNumericalDerivative for testing numericalHessian doesn't compile on my machine with boost 1.45. Comment it out for now.
|
2011-04-08 22:50:07 +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 |
|
DenseQR.cpp
|
cmath rather than math.h
|
2011-03-21 15:05:40 +00:00 |
|
DenseQR.h
|
Added license info
|
2010-11-05 22:40:29 +00:00 |
|
DenseQRUtil.cpp
|
Merging hessianfactor branch, Cholesky is now default and GaussianFactor is virtual (see email to frankcvs)
|
2011-01-20 22:22:00 +00:00 |
|
DenseQRUtil.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 |
|
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
|
Changed serialization of FastMap to correctly chain the base Map class serialization included with boost::serialization
|
2011-02-07 16:23:06 +00:00 |
|
FastSet.h
|
more comments
|
2010-11-01 18:38:12 +00:00 |
|
FastVector.h
|
Added "FastVector", an std::vector using a boost pool_allocator
|
2011-02-10 01:52:01 +00:00 |
|
FixedVector.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-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
|
Added global functions to Lie to allow for template access to full expmap/logmap
|
2011-02-02 06:31:23 +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
|
Added derivative version of LieVector::between
|
2011-01-18 02:38:03 +00:00 |
|
Makefile.am
|
Added numericalHessian function for computing the Hessian matrix of a Lie->scalar function
|
2011-04-08 22:18:45 +00:00 |
|
Matrix-inl.h
|
Fixed template names
|
2010-11-06 20:52:39 +00:00 |
|
Matrix.cpp
|
Fixed a bug in the expm function that assumed a fixed matrix size
|
2011-02-04 03:32:39 +00:00 |
|
Matrix.h
|
linear_dependent prints when not linearly dependent, like assert_equal. Added linear_independent to check the opposite.
|
2010-11-19 17:19:26 +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
|
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 |
|
Vector.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 |
|
blockMatrices.h
|
Using Eigen to combine HessianFactors
|
2011-02-07 02:49:58 +00:00 |
|
cholesky.cpp
|
Fixed warnings, comments, and removed redundant debug code in Cholesky
|
2011-02-15 15:21:09 +00:00 |
|
cholesky.h
|
Corrected code comments
|
2011-03-18 14:38:53 +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 |
|
lapack.h
|
Cholesky working but disabled by default
|
2010-11-29 01:31:51 +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
|
Added numericalHessian function for computing the Hessian matrix of a Lie->scalar function
|
2011-04-08 22:18:45 +00:00 |
|
timing.cpp
|
Debugging switches in timing statements, and additional timing statements
|
2011-02-14 17:02:50 +00:00 |
|
timing.h
|
Checking in old timing script additional debug check
|
2011-02-28 14:06:50 +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 |