| .. |
|
deprecated
|
replaced fabs with c++11 std::abs
|
2019-09-18 18:30:26 -04:00 |
|
tests
|
Made into class
|
2020-02-28 07:21:54 -08:00 |
|
treeTraversal
|
remove unused post order traversal
|
2020-05-31 17:30:24 -04:00 |
|
CMakeLists.txt
|
Moved deprecated headers into subdirectory
|
2015-07-09 11:14:39 -07:00 |
|
ConcurrentMap.h
|
Fix broken 64bit hash in tbb
|
2019-12-13 20:39:26 +01:00 |
|
DSFMap.h
|
Fix MSVC link errors (missing DLLEXPORTs)
|
2019-12-15 09:13:53 +01:00 |
|
DSFVector.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
DSFVector.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
FastDefaultAllocator.h
|
Changed headers to GTSAM-style (near to far)
|
2015-06-14 16:05:09 -07:00 |
|
FastList.h
|
Fix some serialization warnings.
|
2015-03-06 16:12:09 +01:00 |
|
FastMap.h
|
Changed headers to GTSAM-style (near to far)
|
2015-06-14 16:05:09 -07:00 |
|
FastSet.h
|
Removed mpl-based Testable scheme with GTSAM 4 traits. This means you now have to be Testable to be a "FastSet". Future plan is to completely get rid of ths data structure, which is probably all but fast.
|
2015-06-20 18:36:03 -07:00 |
|
FastVector.h
|
Removed old FastVector code.
|
2018-11-08 22:32:39 -05:00 |
|
GenericValue.h
|
Switch to the new alignment marker type
|
2020-06-24 17:15:00 -04:00 |
|
Group.h
|
Harmonized traits internal helper classes
|
2015-05-25 22:02:42 -07:00 |
|
Lie.h
|
Alternate signs on Hat/Vee and update tests
|
2020-05-28 05:25:33 -04:00 |
|
LieMatrix.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
LieScalar.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
LieVector.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
Manifold.h
|
Switch to the new alignment marker type
|
2020-06-24 17:15:00 -04:00 |
|
Matrix.cpp
|
better matrix printing without space wastage, fixed notation in comment
|
2020-05-06 21:47:44 -04:00 |
|
Matrix.h
|
removed header bloat and added reference comment for fpEqual implementation
|
2020-03-09 16:33:56 -04:00 |
|
OptionalJacobian.h
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
|
ProductLieGroup.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
SymmetricBlockMatrix.cpp
|
Small formatting/auto changes
|
2019-05-15 22:32:58 -04:00 |
|
SymmetricBlockMatrix.h
|
Finish undo of #310 fill with zeros (not actually needed)
|
2020-06-19 09:00:15 +02:00 |
|
Testable.h
|
Replace c++17 removed classes with c++11 replacements
|
2020-01-20 00:57:07 +01:00 |
|
TestableAssertions.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
ThreadsafeException.h
|
remove deprecated tbb_exception in favor of std_exception
|
2020-01-11 16:37:13 -05:00 |
|
Value.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
Vector.cpp
|
removed header bloat and added reference comment for fpEqual implementation
|
2020-03-09 16:33:56 -04:00 |
|
Vector.h
|
added documentation to fpEqual on behavior for NaNs/Infs
|
2020-03-13 19:42:14 -04:00 |
|
VectorSpace.h
|
fix optional jacobians
|
2016-12-08 15:19:18 -05:00 |
|
VerticalBlockMatrix.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
VerticalBlockMatrix.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
WeightedSampler.h
|
Return base 0 indices
|
2020-02-29 00:16:30 -08:00 |
|
chartTesting.h
|
Small change in file that might disappear anyway
|
2014-12-08 13:16:30 +01:00 |
|
cholesky.cpp
|
typecast to size_t to remove build warnings
|
2019-06-13 17:05:15 -04:00 |
|
cholesky.h
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
concepts.h
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
|
debug.cpp
|
add TBB guards back for multithread option and potentially breaking changes
|
2020-01-11 15:11:50 -05:00 |
|
debug.h
|
[ci skip] added comment and formatting for isDebugVersion
|
2019-06-17 16:36:50 -04:00 |
|
lieProxies.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
make_shared.h
|
Add comments
|
2020-06-24 16:25:46 -04:00 |
|
numericalDerivative.h
|
compute numerical derivative for 6-argument function and add test code for this, also fix bugs in computing numerical derivative in 5-argument function
|
2019-11-25 14:49:40 -08:00 |
|
serialization.h
|
rename serialization functions with less ambiguous names
|
2020-06-24 14:33:08 -04:00 |
|
serializationTestHelpers.h
|
serialization docstrings
|
2020-06-24 14:16:00 -04:00 |
|
testLie.h
|
Removed some offending headers in pch
|
2018-11-06 00:19:54 -05:00 |
|
timing.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
timing.h
|
Fix MSVC link errors (missing DLLEXPORTs)
|
2019-12-15 09:13:53 +01:00 |
|
treeTraversal-inst.h
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
types.cpp
|
print custom error message if type names match
|
2020-05-19 17:34:07 -05:00 |
|
types.h
|
Add missing lf
|
2020-06-25 00:14:21 -04:00 |