gtsam/gtsam/linear
thduynguyen 3d3748bb44 build dualgraph supports least-squares multipliers 2014-04-17 12:01:29 -04:00
..
tests build dualgraph supports least-squares multipliers 2014-04-17 12:01:29 -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.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 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 Removed old Index typedef and IndexFormatter 2013-11-08 16:35:28 +00: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 raw memory access of hessianDiagonal 2014-03-17 19:28:49 -04:00
GaussianFactorGraph.cpp First cut on raw MultiplyHessianAdd for HessianFactor and JacobianFactor. Unit test is passed in testGaussianFactorGraphUnordered (multiplyHessianAdd3). Note the interface currently needs the accumulated diminsions of key variables. See GaussianFactorGraph::multiplyHessianAdd(double alpha,const double* x, double* y). 2014-03-04 01:58:34 -05:00
GaussianFactorGraph.h clang warnings 2014-03-17 21:56:50 -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 fixed bug in hessianDiagonal (raw access) 2014-04-03 17:50:52 -04:00
HessianFactor.h added raw memory access of hessianDiagonal 2014-03-17 19:28:49 -04: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 Fixed comment 2014-03-06 15:44:49 -05:00
JacobianFactor.cpp disable printing 2014-04-15 16:37:32 -04:00
JacobianFactor.h Fix gtsam's old segfault bug in JacobianFactor::isConstrained: return false if it has no noisemodel. Test Nocedal06book, example 16.4, pg 475 passed. 2014-04-15 17:28:23 -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 disable printing 2014-04-15 16:37:32 -04:00
NoiseModel.h Avoid millions of mallocs when using Unit noise model 2014-03-01 18:10:21 -05:00
QPSolver.cpp build dualgraph supports least-squares multipliers 2014-04-17 12:01:29 -04:00
QPSolver.h build dualgraph supports least-squares multipliers 2014-04-17 12:01:29 -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 Convert DOS line endings to UNIX 2014-01-09 16:39:27 -05:00
SubgraphPreconditioner.h Made iterative compile 2013-08-05 22:31:05 +00:00
SubgraphSolver.cpp Removed old Index typedef and IndexFormatter 2013-11-08 16:35:28 +00:00
SubgraphSolver.h Merged NonlinearSolverParams in gtsam.h into NonlinearOptimizerParams, removed references to NonlinearSolverParams elsewhere in comments 2013-10-25 19:47:22 +00: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