.. |
tests
|
DSF with Map, allows more general types
|
2013-10-26 17:57:03 +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
|
new names find/merge, made it clear DFSVector operations are expensive
|
2013-10-26 15:42:17 +00:00 |
DSFVector.h
|
new names find/merge, made it clear DFSVector operations are expensive
|
2013-10-26 15:42:17 +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
|
Added allocator selection options to CMake, as well as detecting Google perftools and adding the option to use the tcmalloc allocator. Improved availability of TBB and allocator information in config.h and exported cmake config.
|
2013-10-13 22:21:07 +00:00 |
FastMap.h
|
Made allocator switchable at compile time in Fast*
|
2013-08-15 17:21:14 +00:00 |
FastSet.h
|
Added allocator selection options to CMake, as well as detecting Google perftools and adding the option to use the tcmalloc allocator. Improved availability of TBB and allocator information in config.h and exported cmake config.
|
2013-10-13 22:21:07 +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
|
move print to cpp to wrap properly in matlab
|
2013-10-10 22:01:48 +00:00 |
LieMatrix.h
|
Fixed compile errors on windows
|
2013-10-29 04:24:14 +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
|
Fix Vector_() to Vec() in gtsam/base
|
2013-10-20 06:05:36 +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
|
Fix Vector_() to Vec() in gtsam/base
|
2013-10-20 06:05:36 +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
|
Fixed some warnings
|
2013-10-12 21:06:19 +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 |
SpecialCommaInitializer.h
|
Comma initialization without .finished()
|
2013-10-13 20:21:51 +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
|
Comma initialization without .finished()
|
2013-10-13 20:21:51 +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 some handy methods, and formatted cpp file using BORG style
|
2013-10-28 15:12:47 +00:00 |
timing.h
|
Added some handy methods, and formatted cpp file using BORG style
|
2013-10-28 15:12:47 +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
|
Fixed TBB exception handling, for real this time I think.
|
2013-10-12 17:09:41 +00:00 |