| .. |
|
tests
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08: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
|
add new generic pcgsolver and preconditioner classes
|
2014-06-08 00:34:23 -04:00 |
|
ConjugateGradientSolver.h
|
fix matlab toolbox compilation error
|
2014-06-17 13:47:43 -04:00 |
|
Errors.cpp
|
removed odprint which used varargs to fix issue 91
|
2014-09-24 14:56:38 -04:00 |
|
Errors.h
|
…
|
|
|
GaussianBayesNet.cpp
|
Optimize an incomplete BayesNet
|
2014-05-06 02:18:52 -04:00 |
|
GaussianBayesNet.h
|
Optimize an incomplete BayesNet
|
2014-05-06 02:18:52 -04:00 |
|
GaussianBayesTree-inl.h
|
…
|
|
|
GaussianBayesTree.cpp
|
…
|
|
|
GaussianBayesTree.h
|
Fixed code comment
|
2014-02-22 16:23:18 -05:00 |
|
GaussianConditional-inl.h
|
…
|
|
|
GaussianConditional.cpp
|
Removed print and cout statements.
|
2014-11-22 17:39:12 -05:00 |
|
GaussianConditional.h
|
minor doxygen fixes
|
2014-10-29 13:58:46 -04:00 |
|
GaussianDensity.cpp
|
…
|
|
|
GaussianDensity.h
|
…
|
|
|
GaussianEliminationTree.cpp
|
…
|
|
|
GaussianEliminationTree.h
|
…
|
|
|
GaussianFactor.h
|
added gradientAtZero with raw memory access
|
2014-04-22 18:38:12 -04:00 |
|
GaussianFactorGraph.cpp
|
Coding convention: convert tabs to two spaces
|
2014-10-30 12:44:46 -04:00 |
|
GaussianFactorGraph.h
|
add new generic pcgsolver and preconditioner classes
|
2014-06-08 00:34:23 -04:00 |
|
GaussianISAM.cpp
|
…
|
|
|
GaussianISAM.h
|
…
|
|
|
GaussianJunctionTree.cpp
|
…
|
|
|
GaussianJunctionTree.h
|
…
|
|
|
HessianFactor-inl.h
|
…
|
|
|
HessianFactor.cpp
|
Removed print and cout statements.
|
2014-11-22 17:39:12 -05:00 |
|
HessianFactor.h
|
added gradientAtZero with raw memory access
|
2014-04-22 18:38:12 -04:00 |
|
IterativeSolver.cpp
|
Windows: Fix for discarding const qualifiers
|
2014-06-20 11:57:48 -04:00 |
|
IterativeSolver.h
|
Remove three compiler warnings.
|
2014-12-02 17:03:04 +01:00 |
|
JacobianFactor-inl.h
|
Added reserve as suggested by Richard
|
2014-10-06 11:09:39 +02:00 |
|
JacobianFactor.cpp
|
Removed print and cout statements.
|
2014-11-22 17:39:12 -05:00 |
|
JacobianFactor.h
|
Merge remote-tracking branch 'origin/develop' into feature/BAD
|
2014-11-14 01:31:49 +01: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
|
Cleaned up handling of constraints, removed Constrained smart option as was not used, and discovered there was already an "isConstrained" method.
|
2014-11-25 13:45:59 +01:00 |
|
NoiseModel.h
|
Cleaned up handling of constraints, removed Constrained smart option as was not used, and discovered there was already an "isConstrained" method.
|
2014-11-25 13:45:59 +01:00 |
|
PCGSolver.cpp
|
subgraph preconditioner revised
|
2014-06-15 23:14:06 -04:00 |
|
PCGSolver.h
|
Fix struct vs. class mismatch warning
|
2014-06-20 12:07:28 -04:00 |
|
Preconditioner.cpp
|
Replace the part of computing block diagonal manually for each factor with calling hessianBlockDiagonal
|
2014-11-08 20:08:01 -05:00 |
|
Preconditioner.h
|
subgraph preconditioner revised
|
2014-06-15 23:14:06 -04:00 |
|
Sampler.cpp
|
…
|
|
|
Sampler.h
|
…
|
|
|
SubgraphPreconditioner.cpp
|
Windows: Fix for discarding const qualifiers
|
2014-06-20 11:57:48 -04:00 |
|
SubgraphPreconditioner.h
|
fixed windows build issues with chris
|
2014-06-20 18:43:08 -04:00 |
|
SubgraphSolver.cpp
|
subgraph preconditioner revised
|
2014-06-15 23:14:06 -04:00 |
|
SubgraphSolver.h
|
fix matlab toolbox compilation error
|
2014-06-17 13:47:43 -04:00 |
|
VectorValues.cpp
|
…
|
|
|
VectorValues.h
|
Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax
|
2014-11-23 10:22:25 -08:00 |
|
iterative-inl.h
|
…
|
|
|
iterative.cpp
|
…
|
|
|
iterative.h
|
…
|
|
|
linearAlgorithms-inst.h
|
Removed print and cout statements.
|
2014-11-22 17:39:12 -05:00 |
|
linearExceptions.cpp
|
…
|
|
|
linearExceptions.h
|
…
|
|