| .. |
|
tests
|
Replaced depreciated boost::shared_dynamic_cast with boost::dynamic_pointer_cast to work with boost 1.53
|
2013-02-11 20:24:53 +00:00 |
|
CMakeLists.txt
|
Fixed and reenabled broken timing scripts
|
2013-02-05 21:52:49 +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
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +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
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
GaussianBayesTree-inl.h
|
Added and wrapped determinant functions for BayesTree
|
2013-02-04 21:00:43 +00:00 |
|
GaussianBayesTree.cpp
|
Added and wrapped determinant functions for BayesTree
|
2013-02-04 21:00:43 +00:00 |
|
GaussianBayesTree.h
|
Added and wrapped determinant functions for BayesTree
|
2013-02-04 21:00:43 +00:00 |
|
GaussianConditional.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
GaussianConditional.h
|
Added GaussianConditional::rows function
|
2012-12-03 19:08:13 +00:00 |
|
GaussianDensity.cpp
|
Cleaned up information/augmentedInformation for GaussianFactor and GaussianConditional
|
2012-10-08 22:40:37 +00:00 |
|
GaussianDensity.h
|
Cleaned up information/augmentedInformation for GaussianFactor and GaussianConditional
|
2012-10-08 22:40:37 +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
|
Cleaned up information/augmentedInformation for GaussianFactor and GaussianConditional
|
2012-10-08 22:40:37 +00:00 |
|
GaussianFactorGraph.cpp
|
Unit tests pass with piecewise VectorValues implementation (for fast permutations)
|
2012-12-18 14:21:02 +00:00 |
|
GaussianFactorGraph.h
|
Made FactorGraph eliminate functions const
|
2012-11-26 19:21:00 +00:00 |
|
GaussianISAM.cpp
|
Cleaned up information/augmentedInformation for GaussianFactor and GaussianConditional
|
2012-10-08 22:40:37 +00:00 |
|
GaussianISAM.h
|
Using vector instead of deque in VariableIndex, BayesTree::Nodes, and GaussianISAM::Dims. In practice it appears to be faster due to smart reallocation strategies (still need to investigate whether we should use reserve, resize, or neither).
|
2012-11-23 23:22:46 +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
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
GaussianMultifrontalSolver.cpp
|
Cleaned up information/augmentedInformation for GaussianFactor and GaussianConditional
|
2012-10-08 22:40:37 +00:00 |
|
GaussianMultifrontalSolver.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
GaussianSequentialSolver.cpp
|
Cleaned up information/augmentedInformation for GaussianFactor and GaussianConditional
|
2012-10-08 22:40:37 +00:00 |
|
GaussianSequentialSolver.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
HessianFactor.cpp
|
Removed "full VectorValues" version of HessianFactor::error
|
2012-12-18 14:20:49 +00:00 |
|
HessianFactor.h
|
Cleaned up information/augmentedInformation for GaussianFactor and GaussianConditional
|
2012-10-08 22:40:37 +00:00 |
|
IterativeSolver.cpp
|
wrap iterative solver, subgraph solver, etc.
|
2012-09-03 21:50:22 +00:00 |
|
IterativeSolver.h
|
make the print message with consistent format
|
2013-01-03 02:50:55 +00:00 |
|
JacobianFactor.cpp
|
Added JacobianFactor constructor from a GFG that merges the factors
|
2012-11-26 19:21:05 +00:00 |
|
JacobianFactor.h
|
InvalidNoiseModel exception was not publically inheriting from std::exception
|
2012-12-03 19:08:11 +00:00 |
|
KalmanFilter.cpp
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
KalmanFilter.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
NoiseModel.cpp
|
update namespace mEstimator for unittests
|
2013-02-08 00:47:52 +00:00 |
|
NoiseModel.h
|
update namespace mEstimator for unittests
|
2013-02-08 00:47:52 +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
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +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
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
SubgraphSolver.cpp
|
update the optimize interface
|
2012-09-24 21:05:37 +00:00 |
|
SubgraphSolver.h
|
make the print message with consistent format
|
2013-01-03 02:50:55 +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
|
Merge remote-tracking branch 'refs/remotes/svn/trunk' into isam2-chain-optimization
|
2013-02-04 22:53:02 +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
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |
|
linearExceptions.h
|
changed tabs to spaces for consistent indentation in all of GTSAM
|
2012-10-02 14:40:07 +00:00 |