gtsam/cpp
Frank Dellaert 9da2f16f4d Removed copy/paste in unit tests 2009-11-22 18:12:29 +00:00
..
.cvsignore
BayesNet-inl.h Moved inference methods to new compilation unit. Added [factor], and [marginalize] now returns a factor graph. 2009-11-12 04:56:30 +00:00
BayesNet.h Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
BayesTree-inl.h Added two more removePath tests and fixed bug in removeTop. But orphan list is still incorrect. 2009-11-22 18:06:28 +00:00
BayesTree.h Added two more removePath tests and fixed bug in removeTop. But orphan list is still incorrect. 2009-11-22 18:06:28 +00:00
Cal3_S2.cpp
Cal3_S2.h
CalibratedCamera.cpp
CalibratedCamera.h
Conditional.h added empty constructors for serialization, also made sure SymbolicConditional.h was installed 2009-11-10 14:55:07 +00:00
Doxyfile
Factor.h
FactorGraph-inl.h functional STL magic 2009-11-20 14:18:26 +00:00
FactorGraph.h involves is const 2009-11-20 14:17:52 +00:00
GaussianBayesNet.cpp Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
GaussianBayesNet.h Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
GaussianConditional.cpp Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
GaussianConditional.h Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
GaussianFactor.cpp Debug printout and variable names 2009-11-13 06:13:58 +00:00
GaussianFactor.h Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
GaussianFactorGraph.cpp Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
GaussianFactorGraph.h Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
GaussianFactorSet.h Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00
Makefile.am Implemented linearization and equality for unary NonlinearConstraints. Current tests use a scalar example. Split out implementation into a separate implementation file. 2009-11-20 03:04:49 +00:00
Matrix.cpp Fixed bug in revealing rank, even simpler than before. 2009-11-13 06:16:56 +00:00
Matrix.h Improved weighted eliminate to handle arbitrary linear equality constraints 2009-11-11 14:42:09 +00:00
NonlinearConstraint-inl.h Basic implementation of a binary nonlinear constraint, with working linearization of a binary constraint. 2009-11-20 03:50:48 +00:00
NonlinearConstraint.h Basic implementation of a binary nonlinear constraint, with working linearization of a binary constraint. 2009-11-20 03:50:48 +00:00
NonlinearEquality.h Fixed compile errors due to remaining VectorConfigs, and removed div0 warning 2009-11-13 06:15:48 +00:00
NonlinearFactor.cpp Fixed renaming error with NonlinearFactors sometimes becoming NonGaussianFactors 2009-11-12 16:47:12 +00:00
NonlinearFactor.h Fixed renaming error with NonlinearFactors sometimes becoming NonGaussianFactors 2009-11-12 16:47:12 +00:00
NonlinearFactorGraph-inl.h Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00
NonlinearFactorGraph.h Fixed renaming error with NonlinearFactors sometimes becoming NonGaussianFactors 2009-11-12 16:47:12 +00:00
NonlinearOptimizer-inl.h Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00
NonlinearOptimizer.h Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00
Ordering.cpp
Ordering.h
Point2.cpp
Point2.h
Point2Prior.h
Point3.cpp
Point3.h
Pose2.cpp
Pose2.h
Pose3.cpp
Pose3.h
Rot3.cpp
Rot3.h
SimpleCamera.cpp
SimpleCamera.h
Simulated2DMeasurement.h
Simulated2DOdometry.h
Simulated3D.cpp
Simulated3D.h
SymbolicBayesNet.cpp
SymbolicBayesNet.h
SymbolicConditional.h constructor with three parents 2009-11-19 06:34:28 +00:00
SymbolicFactor.cpp added SymbolicFactor constructor that takes a SymbolicConditional 2009-11-18 17:27:27 +00:00
SymbolicFactor.h While watching TV :-) added some constructors for more readable tests. 2009-11-21 04:59:50 +00:00
SymbolicFactorGraph.cpp Moved inference methods to new compilation unit. Added [factor], and [marginalize] now returns a factor graph. 2009-11-12 04:56:30 +00:00
SymbolicFactorGraph.h While watching TV :-) added some constructors for more readable tests. 2009-11-21 04:59:50 +00:00
Testable.h Fixed renaming error with NonlinearFactors sometimes becoming NonGaussianFactors 2009-11-12 16:47:12 +00:00
VSLAMConfig.cpp 1) DCVectorConfig I believe was obsolete as well as any conversion from and to Vectors, which I removed 2009-11-11 05:14:03 +00:00
VSLAMConfig.h 1) DCVectorConfig I believe was obsolete as well as any conversion from and to Vectors, which I removed 2009-11-11 05:14:03 +00:00
VSLAMFactor.cpp Changed camera matrix to a shared pointer 2009-11-17 00:51:27 +00:00
VSLAMFactor.h Changed camera matrix to a shared pointer 2009-11-17 00:51:27 +00:00
VSLAMGraph.cpp added cameraConstraint and corresponding unit test based on same 2 camera/4 landmark example, but now there are constraints on the two cameras and none of the landmarks. 2009-11-17 17:19:54 +00:00
VSLAMGraph.h added cameraConstraint and corresponding unit test based on same 2 camera/4 landmark example, but now there are constraints on the two cameras and none of the landmarks. 2009-11-17 17:19:54 +00:00
Value.h
Vector.cpp Refactoring of weightedPseudoInverse, emul, sum 2009-11-13 06:14:55 +00:00
Vector.h Refactoring of weightedPseudoInverse, emul, sum 2009-11-13 06:14:55 +00:00
VectorConfig.cpp Added a simple scaling function for VectorConfigs 2009-11-20 05:10:55 +00:00
VectorConfig.h Added a simple scaling function for VectorConfigs 2009-11-20 05:10:55 +00:00
gtsam.h Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
gtsam.sln
gtsam.vcproj
inference-inl.h Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00
inference.h New compilation unit that collects generic, templated inference methods that go between factor graphs and Bayes nets. These used to be in BayesNet-inl.h and FactorGraph-inl.h 2009-11-12 04:52:40 +00:00
manual.mk Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00
numericalDerivative.cpp
numericalDerivative.h
simulated2D.cpp
simulated2D.h
smallExample.cpp Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
smallExample.h Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00
svdcmp.cpp
svdcmp.h
testBayesTree.cpp Removed copy/paste in unit tests 2009-11-22 18:12:29 +00:00
testBinaryBayesNet.cpp
testCal3_S2.cpp
testCalibratedCamera.cpp
testFactorgraph.cpp
testGaussianBayesNet.cpp Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
testGaussianConditional.cpp Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
testGaussianFactor.cpp Rank test needs to be re-thought 2009-11-13 06:17:19 +00:00
testGaussianFactorGraph.cpp [involves] checks whether variable with that key is involved in any factor 2009-11-20 05:14:34 +00:00
testIncremental.cpp Some re-factoring (using BOOST_FOREACH to loop over string list), root is now NULL after removing root clique 2009-11-21 21:48:10 +00:00
testInference.cpp removed print 2009-11-21 06:06:30 +00:00
testMatrix.cpp Improved weighted eliminate to handle arbitrary linear equality constraints 2009-11-11 14:42:09 +00:00
testNonlinearConstraint.cpp Basic implementation of a binary nonlinear constraint, with working linearization of a binary constraint. 2009-11-20 03:50:48 +00:00
testNonlinearEquality.cpp NonlinearEquality factor is now working for generic configs. Currently, the feasible point must be specified in the form of a full config with the point in it, but this avoid needing to increase the requirements on the configs. 2009-11-13 02:06:52 +00:00
testNonlinearFactor.cpp Fixed renaming error with NonlinearFactors sometimes becoming NonGaussianFactors 2009-11-12 16:47:12 +00:00
testNonlinearFactorGraph.cpp Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00
testNonlinearOptimizer.cpp
testPoint2.cpp
testPoint3.cpp
testPose2.cpp
testPose3.cpp
testRot3.cpp
testSQP.cpp Cleanup in testSQP, also demoed the unary constraint, as well. 2009-11-21 19:05:24 +00:00
testSimpleCamera.cpp
testSimulated2D.cpp
testSimulated3D.cpp
testSymbolicBayesNet.cpp Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00
testSymbolicFactor.cpp
testSymbolicFactorGraph.cpp While watching TV :-) added some constructors for more readable tests. 2009-11-21 04:59:50 +00:00
testVSLAMFactor.cpp Changed camera matrix to a shared pointer 2009-11-17 00:51:27 +00:00
testVSLAMGraph.cpp added cameraConstraint and corresponding unit test based on same 2 camera/4 landmark example, but now there are constraints on the two cameras and none of the landmarks. 2009-11-17 17:19:54 +00:00
testVector.cpp
testVectorConfig.cpp Added a simple scaling function for VectorConfigs 2009-11-20 05:10:55 +00:00
timeGaussianFactor.cpp Renamed ConditionalGaussian -> GaussianConditional 2009-11-12 16:41:18 +00:00
timeGaussianFactorGraph.cpp Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph 2009-11-12 16:16:32 +00:00