gtsam/gtsam/linear
Stephen Williams d83b5b20cd Removed 'using namespace std' from the inline header file 2013-05-16 15:24:38 +00:00
..
tests Added serialization unit tests for binary files 2013-05-08 13:23:46 +00:00
CMakeLists.txt Improved build of shared vs static GTSAM libraries - now possible to build either one or both, executables link to the shared if it is being build, or otherwise to the static. Also removed separate shared/static CMake flags for gtsam_unstable, now uses the same GTSAM_BUILD_SHARED and GTSAM_BUILD_STATIC as gtsam. 2013-03-13 18:17:39 +00:00
ConjugateGradientSolver.h make the print message with consistent format 2013-01-03 02:50:55 +00:00
Errors.cpp
Errors.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
GaussianBayesNet.cpp
GaussianBayesNet.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
GaussianBayesTree-inl.h Removed 'using namespace std' from the inline header file 2013-05-16 15:24:38 +00:00
GaussianBayesTree.cpp Added and wrapped determinant functions for BayesTree 2013-02-04 21:00:43 +00:00
GaussianBayesTree.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
GaussianConditional.cpp Fixed a bunch of compiler warnings 2013-04-05 21:34:04 +00:00
GaussianConditional.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
GaussianDensity.cpp
GaussianDensity.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
GaussianFactor.cpp
GaussianFactor.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
GaussianFactorGraph.cpp Fixed a bunch of compiler warnings 2013-04-05 21:34:04 +00:00
GaussianFactorGraph.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
GaussianISAM.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
GaussianISAM.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
GaussianJunctionTree.cpp
GaussianJunctionTree.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
GaussianMultifrontalSolver.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
GaussianMultifrontalSolver.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
GaussianSequentialSolver.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
GaussianSequentialSolver.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
HessianFactor.cpp Fixed a bunch of compiler warnings 2013-04-05 21:34:04 +00:00
HessianFactor.h Added default Scatter constructor (for building manually) 2013-03-21 18:58:01 +00:00
IterativeSolver.cpp
IterativeSolver.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
JacobianFactor.cpp Fixed a bunch of compiler warnings 2013-04-05 21:34:04 +00:00
JacobianFactor.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
KalmanFilter.cpp
KalmanFilter.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
NoiseModel.cpp update namespace mEstimator for unittests 2013-02-08 00:47:52 +00:00
NoiseModel.h Added serialization code to robust noise models 2013-05-06 22:52:06 +00:00
Sampler.cpp
Sampler.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
SubgraphPreconditioner.cpp
SubgraphPreconditioner.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
SubgraphSolver.cpp
SubgraphSolver.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
VectorValues.cpp For speed, added partial permutation version of VectorValues::permuteInPlace and removed Permutation::partialPermutation (which generated a full-length permutation with only a few entries rearranged) 2012-12-18 14:21:58 +00:00
VectorValues.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
iterative-inl.h
iterative.cpp
iterative.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
linearExceptions.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