gtsam/gtsam/base
Fan Jiang b332412afe Fix wrong CONCEPT ASSERT 2025-03-16 16:45:03 -07:00
..
tests Got rid of zeroBelowDiagonal, as Eigen has it, and was used in only a single place 2025-02-19 23:38:19 -05:00
treeTraversal remove make_shared header 2023-01-22 08:40:02 -08:00
CMakeLists.txt Updated QNX-relevant paths, removed environment variables. (#2) 2025-01-16 09:57:29 -05:00
ConcurrentMap.h Fix deperecated copies and redundant moves 2024-12-29 15:58:32 -08:00
DSFMap.h Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
DSFVector.cpp remove make_shared header 2023-01-22 08:40:02 -08:00
DSFVector.h shared_ptr, make_shared, allocate_shared 2023-01-22 08:40:02 -08:00
FastDefaultAllocator.h Changed headers to GTSAM-style (near to far) 2015-06-14 16:05:09 -07:00
FastList.h Fix deperecated copies and redundant moves 2024-12-29 15:58:32 -08:00
FastMap.h Fix deperecated copies and redundant moves 2024-12-29 15:58:32 -08:00
FastSet.h Fix deperecated copies and redundant moves 2024-12-29 15:58:32 -08:00
FastVector.h add base module 2022-07-26 16:47:45 -04:00
GenericValue.h Fix deperecated copies and redundant moves 2024-12-29 15:58:32 -08:00
Group.h replace BOOST_CONCEPT_USAGE with GTSAM_CONCEPT_USAGE 2025-03-09 12:10:54 -04:00
Lie.h Fix wrong CONCEPT ASSERT 2025-03-16 16:45:03 -07:00
Manifold.h replace BOOST_CONCEPT_USAGE with GTSAM_CONCEPT_USAGE 2025-03-09 12:10:54 -04:00
Matrix.cpp Got rid of zeroBelowDiagonal, as Eigen has it, and was used in only a single place 2025-02-19 23:38:19 -05:00
Matrix.h Got rid of zeroBelowDiagonal, as Eigen has it, and was used in only a single place 2025-02-19 23:38:19 -05:00
MatrixSerialization.h serialize functions for Eigen::SparseVector 2025-01-03 14:43:37 -05:00
OptionalJacobian.h optional jacobian with matrix references 2023-01-21 11:20:01 -08:00
ProductLieGroup.h Change all occurances of unnamed enum (deprecated in C++20) to `constexpr` 2024-12-12 10:27:42 -05:00
SymmetricBlockMatrix.cpp Move some Eigen methods to cpp 2023-01-22 17:01:39 -08:00
SymmetricBlockMatrix.h 5% speedup by using faster setAllZero 2025-01-29 00:52:35 -05:00
Testable.h replace BOOST_CONCEPT_USAGE with GTSAM_CONCEPT_USAGE 2025-03-09 12:10:54 -04:00
TestableAssertions.h Add misc explicit operators 2025-01-09 07:21:21 -07:00
ThreadsafeException.h remove format headers 2023-02-04 12:21:32 -08:00
Value.h Fix deperecated copies and redundant moves 2024-12-29 15:58:32 -08:00
Vector.cpp Cleanup some includes and fix cassert 2024-12-11 14:05:05 -05:00
Vector.h Remove the asserts as they have already been checked in Eigen 2024-12-02 13:33:42 -05:00
VectorSerialization.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
VectorSpace.h Merge pull request #2047 from borglab/fix/concept-usage 2025-03-14 16:11:53 -04:00
VerticalBlockMatrix.cpp remove trailing spaces 2019-02-11 10:58:34 -05:00
VerticalBlockMatrix.h Move constructors 2025-01-25 15:50:51 -05:00
WeightedSampler.h Replace make_pair with {} 2023-02-04 09:08:34 -08:00
base.i update gtsam:: namespace in base.i 2024-06-28 16:13:33 -04:00
chartTesting.h GTSAM_CONCEPT_ASSERT to replace BOOST equivalent. 2023-02-06 00:35:36 -08:00
cholesky.cpp Cleanup some includes and fix cassert 2024-12-11 14:05:05 -05:00
cholesky.h Add headers in the place they are needed 2022-02-16 22:51:53 -05:00
concepts.h use GTSAM_CONCEPT_USAGE in lieu of BOOST_CONCEPT_USAGE 2025-03-09 12:10:06 -04: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
kruskal-inl.h Address review comments 2023-02-05 10:33:24 -08:00
kruskal.h Address review comments 2023-02-05 10:33:24 -08:00
lieProxies.h replaced boost with std for placeholders, bind and function 2021-07-10 21:01:20 -04:00
make_shared.h remove make_shared header 2023-01-22 08:40:02 -08:00
numericalDerivative.h is_base_of 2023-02-04 12:21:53 -08:00
serialization.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
serializationTestHelpers.h replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
std_optional_serialization.h Merge pull request #1968 from qnx-ports/develop 2025-01-24 17:33:23 -05:00
testLie.h Removed some offending headers in pch 2018-11-06 00:19:54 -05:00
timing.cpp Boost ifdef -> if macro 2025-01-19 20:52:25 -08:00
timing.h Merge branch 'develop' into hybrid-timing 2025-01-02 15:36:53 -05:00
treeTraversal-inst.h Merge pull request #1568 from borglab/doc/updates 2023-07-06 03:37:21 -04:00
types.cpp Fixed warnings that arise from stricter compiler flags 2023-02-11 12:32:50 -08:00
types.h remove unnecessary headers 2023-06-29 15:27:23 -04:00
utilities.cpp cpp file for utilities 2022-01-22 11:04:25 -05:00
utilities.h Compile gtsam python for windows 2024-01-13 10:59:03 +02:00