.. |
tests
|
Additional unit test
|
2014-05-31 20:29:00 -04:00 |
CMakeLists.txt
|
Working on standardizing/simplifying building unit tests and examples. Much simpler cmake function to add a glob of tests, doing away with convenience libraries, and removing other options that we never change from their defaults.
|
2014-02-13 01:34:31 -05: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
|
Started to fix errors resulting from removing Ordered classes
|
2013-08-02 22:09:49 +00:00 |
Errors.h
|
Started to fix errors resulting from removing Ordered classes
|
2013-08-02 22:09:49 +00:00 |
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
|
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
|
Fixed code comment
|
2014-02-22 16:23:18 -05:00 |
GaussianConditional-inl.h
|
Removed unused headers
|
2014-02-12 19:40:11 -05:00 |
GaussianConditional.cpp
|
Comments
|
2014-05-06 01:33:09 -04:00 |
GaussianConditional.h
|
Fixed GaussianConditional equals hiding warning
|
2013-09-03 13:51:24 +00: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
|
added gradientAtZero with raw memory access
|
2014-04-22 18:38:12 -04:00 |
GaussianFactorGraph.cpp
|
Windows: Fix for discarding const qualifiers
|
2014-06-20 11:57:48 -04:00 |
GaussianFactorGraph.h
|
add new generic pcgsolver and preconditioner classes
|
2014-06-08 00:34:23 -04: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
|
Merge branch 'develop'
|
2014-05-28 18:11:39 -04: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
|
Merge remote-tracking branch 'origin/feature/pcg' into develop
|
2014-06-16 00:41:34 -04:00 |
JacobianFactor-inl.h
|
Fixed comment
|
2014-03-06 15:44:49 -05:00 |
JacobianFactor.cpp
|
Jacobian factors' gradientAtZero with raw memory access does nothing (to be fixed)
|
2014-04-24 12:02:11 -04:00 |
JacobianFactor.h
|
added gradientAtZero with raw memory access
|
2014-04-22 18:38:12 -04: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
|
Formatting only
|
2014-05-31 22:10:51 -04:00 |
NoiseModel.h
|
add GTSAM_EXPORT
|
2014-06-01 11:28:20 -04: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
|
subgraph preconditioner revised
|
2014-06-15 23:14:06 -04:00 |
Preconditioner.h
|
subgraph preconditioner revised
|
2014-06-15 23:14:06 -04: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
|
Windows: Fix for discarding const qualifiers
|
2014-06-20 11:57:48 -04:00 |
SubgraphPreconditioner.h
|
Windows: Fix for discarding const qualifiers
|
2014-06-20 11:57:48 -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
|
Convert DOS line endings to UNIX
|
2014-01-09 16:39:27 -05:00 |
VectorValues.h
|
clean up
|
2014-01-23 19:26:22 -05: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
|
Added support for MKL in Eigen and fixed several errors and warnings within Eigen when using MKL
|
2013-11-18 19:23:23 +00:00 |
linearExceptions.cpp
|
Fixed message in IndeterminantLinearSystemException
|
2013-10-12 17:09:39 +00:00 |
linearExceptions.h
|
Removed old Index typedef and IndexFormatter
|
2013-11-08 16:35:28 +00:00 |