| .. |
|
tests
|
Removed old VerticalBlockView and SymmetricBlockView (replaced with VerticalBlockMatrix and SymmetricBlockMatrix)
|
2013-08-12 21:41:05 +00:00 |
|
CMakeLists.txt
|
Removed use of convenience libraries for tests - wasn't really supported in current version
|
2013-08-19 15:32:21 +00:00 |
|
ConcurrentMap.h
|
Fix for previous commit that didn't work in GCC
|
2013-08-16 20:49:28 +00:00 |
|
DSFVector.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
DSFVector.h
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
DerivedValue.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
FastDefaultAllocator.h
|
Added CMake code and preprocessor macros so that everything works without TBB and falls back on single-threading
|
2013-08-16 20:26:07 +00:00 |
|
FastList.h
|
Made allocator switchable at compile time in Fast*
|
2013-08-15 17:21:14 +00:00 |
|
FastMap.h
|
Made allocator switchable at compile time in Fast*
|
2013-08-15 17:21:14 +00:00 |
|
FastSet.h
|
Made allocator switchable at compile time in Fast*
|
2013-08-15 17:21:14 +00:00 |
|
FastVector.h
|
Fix for previous commit that didn't work in GCC
|
2013-08-16 20:29:34 +00:00 |
|
Group.h
|
Added global_includes.h missing from some files
|
2013-08-21 22:15:34 +00:00 |
|
Lie-inl.h
|
Formatting, comments
|
2011-11-06 02:16:51 +00:00 |
|
Lie.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
LieMatrix.cpp
|
Added LieMatrix to allow optimizing for matrices (treated as manifold objects) in gtsam
|
2012-06-21 01:20:25 +00:00 |
|
LieMatrix.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
LieScalar.cpp
|
add cpp file for LieScalar. Try to debug the "same-name-different-type" problem in matlab wrapper.
|
2013-04-12 15:43:36 +00:00 |
|
LieScalar.h
|
derivatives for LieScalar compose
|
2013-08-16 16:26:31 +00:00 |
|
LieVector.cpp
|
move print function to cpp file for LieVector to solve the "same-name-different-type" problem in matlab wrapper.
|
2013-04-30 17:15:42 +00:00 |
|
LieVector.h
|
Added missing GTSAM_EXPORT tag
|
2013-05-20 17:26:49 +00:00 |
|
Manifold.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
Matrix.cpp
|
support augmented matrices in Matrix's vector_scale_in_place, Constrained's Whiten, WhitenInPlace, and unit(...). These are used in constraints SQP solver with Lagrange multipliers.
|
2013-10-02 03:52:08 +00:00 |
|
Matrix.h
|
support augmented matrices in Matrix's vector_scale_in_place, Constrained's Whiten, WhitenInPlace, and unit(...). These are used in constraints SQP solver with Lagrange multipliers.
|
2013-10-02 03:52:08 +00:00 |
|
SymmetricBlockMatrix.cpp
|
Fixed problems in block matrices
|
2013-08-02 22:09:27 +00:00 |
|
SymmetricBlockMatrix.h
|
Using FastVector (with tbb allocator) instead of vector
|
2013-08-15 17:21:20 +00:00 |
|
Testable.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
TestableAssertions.h
|
Fixed assert_container_equal when container has no ::size()
|
2013-07-26 21:03:08 +00:00 |
|
Value.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
Vector.cpp
|
Fixing compile problems
|
2013-08-06 17:50:47 +00:00 |
|
Vector.h
|
Added serialization functions for fixed-size vectors
|
2013-06-22 15:40:11 +00:00 |
|
VerticalBlockMatrix.cpp
|
Fixed problems in block matrices
|
2013-08-02 22:09:27 +00:00 |
|
VerticalBlockMatrix.h
|
Using FastVector (with tbb allocator) instead of vector
|
2013-08-15 17:21:20 +00:00 |
|
cholesky.cpp
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
cholesky.h
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
debug.cpp
|
Added dll export tags and updated cmake scripts so that GTSAM can build as a shared library on windows
|
2013-03-13 18:56:21 +00:00 |
|
debug.h
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
|
lieProxies.h
|
Added global_includes.h missing from some files
|
2013-08-21 22:15:34 +00:00 |
|
numericalDerivative.h
|
A more modern (and presumably faster) Eigen syntax
|
2013-06-06 02:09:52 +00:00 |
|
serialization.h
|
Added direct saving to/from files for graph/values serialization
|
2013-06-13 14:29:31 +00:00 |
|
serializationTestHelpers.h
|
Refactored existing serialization functionality, added exposed interface for serialization
|
2013-06-12 19:30:20 +00:00 |
|
timing.cpp
|
Added CMake code and preprocessor macros so that everything works without TBB and falls back on single-threading
|
2013-08-16 20:26:07 +00:00 |
|
timing.h
|
Added CMake code and preprocessor macros so that everything works without TBB and falls back on single-threading
|
2013-08-16 20:26:07 +00:00 |
|
treeTraversal-inst.h
|
Using TBB task continuation in tree traversal but this unfortunately does not improve performance
|
2013-09-27 16:30:36 +00:00 |
|
types.cpp
|
Moved Symbol and LabeledSymbol to inference as they are no longer specific to nonlinear optimization
|
2013-08-19 15:32:16 +00:00 |
|
types.h
|
Added missing header
|
2013-09-03 13:54:38 +00:00 |