| .. |
|
tests
|
VectorValues constructor and append with initial values
|
2013-08-05 17:01:56 +00:00 |
|
CMakeLists.txt
|
Compiling serialization unit tests with /bigobj on windows
|
2013-06-20 16:05:21 +00:00 |
|
ConjugateGradientSolver.h
|
make the print message with consistent format
|
2013-01-03 02:50:55 +00:00 |
|
Errors.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
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
|
Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc
|
2012-10-02 20:18:41 +00:00 |
|
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 a funtion for computing log-Determinant
|
2013-08-02 16:59:46 +00:00 |
|
GaussianBayesTree.h
|
function for computing log-determinant
|
2013-08-02 17:00:22 +00:00 |
|
GaussianConditional.cpp
|
Fixed a bunch of compiler warnings
|
2013-04-05 21:34:04 +00:00 |
|
GaussianConditional.h
|
Updated friend declarations to match swap in unit test group/name
|
2013-06-20 16:05:29 +00:00 |
|
GaussianDensity.cpp
|
Cleaned up information/augmentedInformation for GaussianFactor and GaussianConditional
|
2012-10-08 22:40:37 +00:00 |
|
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
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
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
|
Disabled extra debug-mode consistency checks that may affect runtime complexity, these are now only enabled when GTSAM_EXTRA_CONSISTENCY_CHECKS is defined
|
2013-05-20 17:26:53 +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
|
Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc
|
2012-10-02 20:18:41 +00:00 |
|
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
|
Updated friend declarations to match swap in unit test group/name
|
2013-06-20 16:05:29 +00:00 |
|
IterativeSolver.cpp
|
wrap iterative solver, subgraph solver, etc.
|
2012-09-03 21:50:22 +00:00 |
|
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
|
Comments
|
2013-06-24 15:33:39 +00:00 |
|
JacobianFactor.h
|
Updated friend declarations to match swap in unit test group/name
|
2013-06-20 16:05:29 +00:00 |
|
KalmanFilter.cpp
|
Fixed indexing problem in KalmanFilter in a different way - now just modify the indices before solving and put them back afterwards, so that the timestep is still available
|
2013-07-05 15:46:07 +00:00 |
|
KalmanFilter.h
|
Fixed indexing problem in KalmanFilter in a different way - now just modify the indices before solving and put them back afterwards, so that the timestep is still available
|
2013-07-05 15:46:07 +00:00 |
|
NoiseModel.cpp
|
add some comments for Constrained model
|
2013-08-02 13:29:54 +00:00 |
|
NoiseModel.h
|
Added serialization code to robust noise models
|
2013-05-06 22:52:06 +00:00 |
|
Sampler.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
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
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
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
|
update the optimize interface
|
2012-09-24 21:05:37 +00:00 |
|
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
|
VectorValues constructor and append with initial values
|
2013-08-05 17:01:56 +00:00 |
|
iterative-inl.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
iterative.cpp
|
Removed JacobianFactorGraph - moved its linear algebra interface to GaussianFactorGraph and redirected all uses of it to GaussianFactorGraph
|
2012-09-04 22:42:09 +00:00 |
|
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 |