gtsam/gtsam/base
Frank Dellaert 4e5fe7bae2 Merged in fix/deprecateLieVectorEtAl (pull request #62)
Deprecated LieVector, LieMatrix, LieScalar
2014-12-04 22:18:01 +01:00
..
tests Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax 2014-11-23 10:22:25 -08:00
treeTraversal Fixed some warnings 2013-11-18 19:23:16 +00:00
CMakeLists.txt Building timing scripts using new timing script support in GtsamTesting.cmake. Fixed compile errors in timing scripts but disabled a couple. 2014-06-07 19:02:11 -07:00
ChartValue.h Comments, formatting, some TODO questions 2014-11-03 09:55:53 +01: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 Correcting bug fixes for Visual Studio. See bb issues #115,116,118 for more information 2014-09-08 15:19:54 -04: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 Fixed compile error on windows 2013-12-16 21:32:53 +00:00
FastSet.h New method merge (mainly for MATLAB) 2014-05-06 11:08:33 -04:00
FastVector.h Fix for previous commit that didn't work in GCC 2013-08-16 20:29:34 +00:00
GenericValue.h Fix issue regarding windows compilation of generic values specialization of eigen matrix 2014-11-12 14:34:27 -05: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 remove all LieMatrix(sizt_t m, ...), which also has dangerous behavior 2014-01-23 18:46:01 -05:00
LieMatrix.h added compiler warning that LieVector, LieMatrix, LieScalar are deprecated 2014-12-02 19:30:27 -05: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 added compiler warning that LieVector, LieMatrix, LieScalar are deprecated 2014-12-02 19:30:27 -05:00
LieVector.cpp remove all LieVector(size_t m, ...), which doesn't check parameter's type and it's also dangerous 2014-01-23 18:35:29 -05:00
LieVector.h added compiler warning that LieVector, LieMatrix, LieScalar are deprecated 2014-12-02 19:30:27 -05:00
Manifold.h Now dynamically sized matrices live in manifolds, too. 2014-11-29 15:06:26 +01:00
Matrix.cpp * implemented traits::identity for Eigen matrices 2014-11-08 13:51:24 +01:00
Matrix.h Added two coomnly used constants 2014-11-28 12:31:40 +01:00
SymmetricBlockMatrix.cpp Fix typo in conditional in SymmetricBlockMatrix, fixes #75 2014-04-30 18:21:00 -07:00
SymmetricBlockMatrix.h testSerializationLinear passes. Fill in the lower triangle part of matrix_ so that boost::serialization won't throw the input_stream exception due to uninitialized data 2014-05-08 11:49:21 -04:00
SymmetricBlockMatrixBlockExpr.h Fixed more warnings 2013-12-03 19:46:40 +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 Removed old Index typedef and IndexFormatter 2013-11-08 16:35:28 +00:00
Value.h Merge remote-tracking branch 'origin/develop' into feature/BAD 2014-11-04 17:04:57 +01:00
Vector.cpp removed odprint which used varargs to fix issue 91 2014-09-24 14:56:38 -04:00
Vector.h Merge branch 'develop' into feature/BAD 2014-10-22 13:56:27 +02:00
VerticalBlockMatrix.cpp Format using BORG conventions 2014-02-15 12:02:37 -05:00
VerticalBlockMatrix.h Avoid re-allocating vertical offsets 2014-11-02 12:57:13 +01:00
chartTesting.h change back to lower case, and fix another similar header issue 2014-11-24 15:51:07 -05:00
cholesky.cpp Fixed a mismatched tic/toc and added a couple needed function entry tics 2014-02-28 17:36:07 -05: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 Remove unneeded includes that cause problems in another project 2014-11-26 15:32:44 -05:00
serialization.h renamed incorrectly named serialization function 2014-02-04 11:05:25 -05: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 Convert DOS line endings to UNIX 2014-01-09 16:39:27 -05:00
treeTraversal-inst.h Fixed some warnings 2014-01-04 20:35:19 -05:00
types.cpp Removed old Index typedef and IndexFormatter 2013-11-08 16:35:28 +00:00
types.h Partial fix for Boost 1.56 with Visual Studio 2013. More errors remain. 2014-08-14 00:57:41 -04:00