gtsam/gtsam/linear
Richard Roberts b0836ac57c Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
..
tests Working on unordered VectorValues. 2013-07-05 20:45:55 +00:00
CMakeLists.txt Compiling serialization unit tests with /bigobj on windows 2013-06-20 16:05:21 +00:00
ConjugateGradientSolver.h make the print message with consistent format 2013-01-03 02:50:55 +00:00
Errors.cpp changed tabs to spaces for consistent indentation in all of GTSAM 2012-10-02 14:40:07 +00:00
Errors.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
GaussianBayesNet.cpp Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc 2012-10-02 20:18:41 +00:00
GaussianBayesNet.h Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths. 2013-04-25 15:57:15 +00:00
GaussianBayesNetUnordered.cpp Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
GaussianBayesNetUnordered.h Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
GaussianBayesTree-inl.h Removed 'using namespace std' from the inline header file 2013-05-16 15:24:38 +00:00
GaussianBayesTree.cpp Added and wrapped determinant functions for BayesTree 2013-02-04 21:00:43 +00:00
GaussianBayesTree.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
GaussianBayesTreeUnordered-inl.h Starting work on linear unordered classes 2013-06-27 23:03:42 +00:00
GaussianBayesTreeUnordered.cpp Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
GaussianBayesTreeUnordered.h Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
GaussianConditional.cpp Fixed a bunch of compiler warnings 2013-04-05 21:34:04 +00:00
GaussianConditional.h Updated friend declarations to match swap in unit test group/name 2013-06-20 16:05:29 +00:00
GaussianConditionalUnordered-inl.h Fixed errors and warnings in new unordered code 2013-07-01 20:19:41 +00:00
GaussianConditionalUnordered.cpp Work on unordered GaussianConditional and GaussianBayesNet 2013-07-05 20:45:58 +00:00
GaussianConditionalUnordered.h Standardizing interfaces 2013-07-08 01:33:43 +00:00
GaussianDensity.cpp Cleaned up information/augmentedInformation for GaussianFactor and GaussianConditional 2012-10-08 22:40:37 +00:00
GaussianDensity.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
GaussianEliminationTreeUnordered.cpp Added Gaussian elimination tree and junction tree 2013-07-09 17:50:25 +00:00
GaussianEliminationTreeUnordered.h Added Gaussian elimination tree and junction tree 2013-07-09 17:50:25 +00:00
GaussianFactor.cpp changed tabs to spaces for consistent indentation in all of GTSAM 2012-10-02 14:40:07 +00:00
GaussianFactor.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
GaussianFactorGraph.cpp Fixed warnings in preexisting code 2013-07-01 20:19:36 +00:00
GaussianFactorGraph.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
GaussianFactorGraphUnordered.cpp Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
GaussianFactorGraphUnordered.h Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
GaussianFactorUnordered.h Standardizing interfaces 2013-07-08 01:33:43 +00:00
GaussianISAM.cpp Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths. 2013-04-25 15:57:15 +00:00
GaussianISAM.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
GaussianJunctionTree.cpp Renamed tic -> gttic and toc -> gttoc to avoid conflict with PCL tic/toc 2012-10-02 20:18:41 +00:00
GaussianJunctionTree.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
GaussianJunctionTreeUnordered.cpp Added Gaussian elimination tree and junction tree 2013-07-09 17:50:25 +00:00
GaussianJunctionTreeUnordered.h Added Gaussian elimination tree and junction tree 2013-07-09 17:50:25 +00:00
GaussianMultifrontalSolver.cpp Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths. 2013-04-25 15:57:15 +00:00
GaussianMultifrontalSolver.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
GaussianSequentialSolver.cpp Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths. 2013-04-25 15:57:15 +00:00
GaussianSequentialSolver.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
HessianFactor.cpp Fixed a bunch of compiler warnings 2013-04-05 21:34:04 +00:00
HessianFactor.h Updated friend declarations to match swap in unit test group/name 2013-06-20 16:05:29 +00:00
IterativeSolver.cpp wrap iterative solver, subgraph solver, etc. 2012-09-03 21:50:22 +00:00
IterativeSolver.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
JacobianFactor.cpp Comments 2013-06-24 15:33:39 +00:00
JacobianFactor.h Updated friend declarations to match swap in unit test group/name 2013-06-20 16:05:29 +00:00
JacobianFactorUnordered-inl.h Fixed errors and warnings in new unordered code 2013-07-01 20:19:41 +00:00
JacobianFactorUnordered.cpp Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
JacobianFactorUnordered.h Fixed errors and warnings in new unordered code 2013-07-01 20:19:41 +00:00
KalmanFilter.cpp changed tabs to spaces for consistent indentation in all of GTSAM 2012-10-02 14:40:07 +00:00
KalmanFilter.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
NoiseModel.cpp Added tic 2013-07-01 20:19:28 +00:00
NoiseModel.h Added serialization code to robust noise models 2013-05-06 22:52:06 +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 changed tabs to spaces for consistent indentation in all of GTSAM 2012-10-02 14:40:07 +00:00
SubgraphPreconditioner.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
SubgraphSolver.cpp update the optimize interface 2012-09-24 21:05:37 +00:00
SubgraphSolver.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
VectorValues.cpp For speed, added partial permutation version of VectorValues::permuteInPlace and removed Permutation::partialPermutation (which generated a full-length permutation with only a few entries rearranged) 2012-12-18 14:21:58 +00:00
VectorValues.h Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths. 2013-04-25 15:57:15 +00:00
VectorValuesUnordered.cpp Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
VectorValuesUnordered.h Commented out Hessian, cholesky, and gradient code so that library compiles 2013-07-09 17:50:32 +00:00
iterative-inl.h changed tabs to spaces for consistent indentation in all of GTSAM 2012-10-02 14:40:07 +00:00
iterative.cpp Removed JacobianFactorGraph - moved its linear algebra interface to GaussianFactorGraph and redirected all uses of it to GaussianFactorGraph 2012-09-04 22:42:09 +00:00
iterative.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
linearExceptions.cpp Starting work on linear unordered classes 2013-06-27 23:03:42 +00:00
linearExceptions.h Fixed errors and warnings in new unordered code 2013-07-01 20:19:41 +00:00