gtsam/gtsam/linear
Jing Dong 40a7153272 Fix Vector_() to Vec() in gtsam/linear 2013-10-21 05:12:48 +00:00
..
tests Fix Vector_() to Vec() in gtsam/linear 2013-10-21 05:12:48 +00:00
CMakeLists.txt Removed use of convenience libraries for tests - wasn't really supported in current version 2013-08-19 15:32:21 +00:00
ConjugateGradientSolver.h make the print message with consistent format 2013-01-03 02:50:55 +00: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 Instantiating template base classes in derived class .cpp files 2013-08-08 16:30:02 +00:00
GaussianBayesNet.h Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc 2013-08-06 13:44:22 +00: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 Removed unneeded derived class copy constructors and assignment operators 2013-08-08 21:41:28 +00:00
GaussianBayesTreeOrdered-inl.h Global find+replace to remove Ordered 2013-08-05 22:31:44 +00:00
GaussianConditional-inl.h Fixed ambiguous GaussianConditional constructor 2013-08-13 03:57:12 +00:00
GaussianConditional.cpp Fixed GaussianConditional equals hiding warning 2013-09-03 13:51:24 +00:00
GaussianConditional.h Fixed GaussianConditional equals hiding warning 2013-09-03 13:51:24 +00:00
GaussianDensity.cpp Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc 2013-08-06 13:44:22 +00:00
GaussianDensity.h Made most global unit tests compile, includes dogleg, iterative, kalman filter, etc 2013-08-06 13:44:22 +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 Fixed warnings 2013-08-09 21:35:42 +00:00
GaussianFactorGraph.cpp Added optional ordering for creating dense jacobian and hessian matrices from GaussianFactorGraph 2013-09-20 15:25:16 +00:00
GaussianFactorGraph.h Added optional ordering for creating dense jacobian and hessian matrices from GaussianFactorGraph 2013-09-20 15:25:16 +00: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 Updating Hessian in-place instead of computing Hessian for each Jacobian 2013-10-03 16:50:16 +00:00
HessianFactor.h Added prototype for Pablo & Luca 2013-10-14 18:53:13 +00:00
IterativeSolver.cpp wrap iterative solver, subgraph solver, etc. 2012-09-03 21:50:22 +00:00
IterativeSolver.h Fixed a couple errors and warnings 2013-08-07 21:57:25 +00:00
JacobianFactor-inl.h Using FastVector (with tbb allocator) instead of vector 2013-08-15 17:21:20 +00:00
JacobianFactor.cpp Updating Hessian in-place instead of computing Hessian for each Jacobian 2013-10-03 16:50:16 +00:00
JacobianFactor.h Made splitConditional() public 2013-09-09 16:58:53 +00:00
KalmanFilter.cpp Revert "Fixing issues with boost::assign" 2013-08-08 16:29:48 +00:00
KalmanFilter.h Made KalmanFilter compile 2013-08-05 22:31:02 +00:00
NoiseModel.cpp Fixed some warnings 2013-10-12 21:06:19 +00:00
NoiseModel.h Merged from Hmf6_unordered 970392249a8c50153f24594c9c81acb740cedd06 2013-10-03 19:51:56 +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 Made iterative compile 2013-08-05 22:31:05 +00:00
SubgraphPreconditioner.h Made iterative compile 2013-08-05 22:31:05 +00:00
SubgraphSolver.cpp Made iterative compile 2013-08-05 22:31:05 +00:00
SubgraphSolver.h Made iterative compile 2013-08-05 22:31:05 +00:00
VectorValues.cpp Quick attempt at parallelizing back-substitution 2013-08-15 18:16:32 +00:00
VectorValues.h Fixed serialization problems with tbb data structures 2013-08-16 04:10:29 +00: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 ugly fixes for bug in Clang 3.1 on Mac relating to ambiguous = operator when assigning to vector segment in templated function. 2013-08-16 15:18:44 +00:00
linearExceptions.cpp Fixed message in IndeterminantLinearSystemException 2013-10-12 17:09:39 +00:00
linearExceptions.h Fixed merge problem in last commit 2013-10-12 17:48:17 +00:00