| .. |
|
tests
|
Fix and optimize DCS
|
2015-08-20 16:03:56 -04:00 |
|
BinaryJacobianFactor.h
|
Created BinaryJacobianFactor template
|
2015-06-14 15:50:15 -07: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 |
|
ConjugateGradientSolver.cpp
|
Merged in feature/SmartCT (pull request #107)
|
2015-02-22 06:14:19 +01:00 |
|
ConjugateGradientSolver.h
|
Merged in feature/SmartCT (pull request #107)
|
2015-02-22 06:14:19 +01:00 |
|
Errors.cpp
|
removed odprint which used varargs to fix issue 91
|
2014-09-24 14:56:38 -04:00 |
|
Errors.h
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
|
GaussianBayesNet.cpp
|
Optimize an incomplete BayesNet
|
2014-05-06 02:18:52 -04:00 |
|
GaussianBayesNet.h
|
Fix some serialization warnings.
|
2015-03-06 16:12:09 +01:00 |
|
GaussianBayesTree-inl.h
|
Global find+replace to remove Ordered
|
2013-08-05 22:31:44 +00:00 |
|
GaussianBayesTree.cpp
|
Pulled GaussianBayesTree optimize algorithm into a template function
|
2013-08-09 21:35:40 +00:00 |
|
GaussianBayesTree.h
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
|
GaussianConditional-inl.h
|
Removed unused headers
|
2014-02-12 19:40:11 -05:00 |
|
GaussianConditional.cpp
|
Removed print and cout statements.
|
2014-11-22 17:39:12 -05:00 |
|
GaussianConditional.h
|
Fix some serialization warnings.
|
2015-03-06 16:12:09 +01:00 |
|
GaussianDensity.cpp
|
Convert DOS line endings to UNIX
|
2014-01-09 16:39:27 -05:00 |
|
GaussianDensity.h
|
Removed old Index typedef and IndexFormatter
|
2013-11-08 16:35:28 +00:00 |
|
GaussianEliminationTree.cpp
|
Removed unneeded derived class copy constructors and assignment operators
|
2013-08-08 21:41:28 +00:00 |
|
GaussianEliminationTree.h
|
Removed unneeded derived class copy constructors and assignment operators
|
2013-08-08 21:41:28 +00:00 |
|
GaussianFactor.h
|
Sidestep Scatter altogether and just use HessianFactor keys_. In theory, n^3 lookup cost, but in practice (as keys is contiguous memory) just as fast as map.
|
2015-06-13 12:06:13 -07:00 |
|
GaussianFactorGraph.cpp
|
Globally replaced FastSet<Key> with KeySet.
|
2015-06-20 18:38:25 -07:00 |
|
GaussianFactorGraph.h
|
Globally replaced FastSet<Key> with KeySet.
|
2015-06-20 18:38:25 -07:00 |
|
GaussianISAM.cpp
|
Instantiating template base classes in derived class .cpp files
|
2013-08-08 16:30:02 +00:00 |
|
GaussianISAM.h
|
Converting smallExample and GaussianISAM
|
2013-07-30 02:11:34 +00:00 |
|
GaussianJunctionTree.cpp
|
Restored ClusterTree base class of JunctionTree
|
2013-10-09 17:39:19 +00:00 |
|
GaussianJunctionTree.h
|
Removed unneeded derived class copy constructors and assignment operators
|
2013-08-08 21:41:28 +00:00 |
|
HessianFactor-inl.h
|
Fixed signed/unsigned warnings
|
2013-08-08 16:30:05 +00:00 |
|
HessianFactor.cpp
|
Switched to vector
|
2015-06-21 22:41:12 -07:00 |
|
HessianFactor.h
|
Sidestep Scatter altogether and just use HessianFactor keys_. In theory, n^3 lookup cost, but in practice (as keys is contiguous memory) just as fast as map.
|
2015-06-13 12:06:13 -07:00 |
|
IterativeSolver.cpp
|
Merged in feature/SmartCT (pull request #107)
|
2015-02-22 06:14:19 +01:00 |
|
IterativeSolver.h
|
Merged in feature/SmartCT (pull request #107)
|
2015-02-22 06:14:19 +01:00 |
|
JacobianFactor-inl.h
|
sync with develop branch commit c1f048d
|
2014-12-12 18:46:54 -05:00 |
|
JacobianFactor.cpp
|
Merge remote-tracking branch 'origin/develop' into fix/zeroRowInQR
|
2015-06-15 01:09:19 -07:00 |
|
JacobianFactor.h
|
Merged in feature/LinearSolverCleanup (pull request #148)
|
2015-06-15 01:08:02 -07:00 |
|
KalmanFilter.cpp
|
const correctness
|
2014-03-06 19:39:57 -05:00 |
|
KalmanFilter.h
|
const correctness
|
2014-03-06 19:39:57 -05:00 |
|
NoiseModel.cpp
|
Fix and optimize DCS
|
2015-08-20 16:03:56 -04:00 |
|
NoiseModel.h
|
Fix generalized Geman-McClure
|
2015-08-20 16:03:56 -04:00 |
|
PCGSolver.cpp
|
Merged in feature/SmartCT (pull request #107)
|
2015-02-22 06:14:19 +01:00 |
|
PCGSolver.h
|
Merged in feature/SmartCT (pull request #107)
|
2015-02-22 06:14:19 +01:00 |
|
Preconditioner.cpp
|
Merge branch 'develop' into feature/RegularFactors
|
2015-01-01 17:50:27 -05:00 |
|
Preconditioner.h
|
Correct Yond-Dian's name
|
2014-12-08 18:03:40 -05:00 |
|
RegularHessianFactor.h
|
Merge remote-tracking branch 'origin/develop' into feature/SmartFactors3
|
2015-06-23 10:03:42 -04:00 |
|
RegularJacobianFactor.h
|
Merge branch 'develop' into feature/SmartFactors3
|
2015-06-19 16:55:30 -04:00 |
|
Sampler.cpp
|
fix header
|
2015-09-17 11:27:37 -04:00 |
|
Sampler.h
|
fix header
|
2015-09-17 11:27:37 -04:00 |
|
Scatter.cpp
|
Solved Scatter bug
|
2015-06-21 23:34:11 -07:00 |
|
Scatter.h
|
Switched to vector
|
2015-06-21 22:41:12 -07:00 |
|
SubgraphPreconditioner.cpp
|
And another one !
|
2015-06-20 15:50:57 -07:00 |
|
SubgraphPreconditioner.h
|
Removed system specific header (damn eclipse organize includes!)
|
2015-06-20 15:47:30 -07:00 |
|
SubgraphSolver.cpp
|
Merged in feature/SmartCT (pull request #107)
|
2015-02-22 06:14:19 +01:00 |
|
SubgraphSolver.h
|
Merged in feature/SmartCT (pull request #107)
|
2015-02-22 06:14:19 +01:00 |
|
VectorValues.cpp
|
Moved insert to cpp
|
2015-06-23 22:41:08 -07:00 |
|
VectorValues.h
|
Moved insert to cpp
|
2015-06-23 22:41:08 -07:00 |
|
iterative-inl.h
|
Made iterative compile
|
2013-08-05 22:31:05 +00:00 |
|
iterative.cpp
|
Made iterative compile
|
2013-08-05 22:31:05 +00:00 |
|
iterative.h
|
Made iterative compile
|
2013-08-05 22:31:05 +00:00 |
|
linearAlgorithms-inst.h
|
Removed print and cout statements.
|
2014-11-22 17:39:12 -05:00 |
|
linearExceptions.cpp
|
Reducing header bloat by introducing new ThreadSafeException header.
|
2015-06-20 15:28:25 -07:00 |
|
linearExceptions.h
|
Reducing header bloat by introducing new ThreadSafeException header.
|
2015-06-20 15:28:25 -07:00 |