| .. |
|
.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
|
Moved inference methods to new compilation unit. Added [factor], and [marginalize] now returns a factor graph.
|
2009-11-12 04:56:30 +00:00 |
|
BayesTree.h
|
Renamed ConditionalGaussian -> GaussianConditional
|
2009-11-12 16:41:18 +00:00 |
|
Cal3_S2.cpp
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
Cal3_S2.h
|
Easy constructor
|
2009-11-09 04:46:08 +00:00 |
|
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
|
Two changes: LinearFactor::sparse and LinearFactorGraph:sparse, and renamed VariableSet -> Dimensions, which is now a map from keys to integer variable dimensions. Merged in from the "sparse" branch created with Viorela.
|
2009-11-06 05:43:03 +00:00 |
|
FactorGraph-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 |
|
FactorGraph.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 |
|
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
|
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 |
|
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 |
|
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 is now a list and Testable
|
2009-10-31 15:24:22 +00:00 |
|
Ordering.h
|
Create from a single string
|
2009-11-08 22:51:29 +00:00 |
|
Point2.cpp
|
…
|
|
|
Point2.h
|
…
|
|
|
Point2Prior.h
|
…
|
|
|
Point3.cpp
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
Point3.h
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
Pose2.cpp
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
Pose2.h
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
Pose3.cpp
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
Pose3.h
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
Rot3.cpp
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
Rot3.h
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
SimpleCamera.cpp
|
…
|
|
|
SimpleCamera.h
|
…
|
|
|
Simulated2DMeasurement.h
|
…
|
|
|
Simulated2DOdometry.h
|
…
|
|
|
Simulated3D.cpp
|
…
|
|
|
Simulated3D.h
|
…
|
|
|
SymbolicBayesNet.cpp
|
BIG CHANGE:
|
2009-11-09 07:04:26 +00:00 |
|
SymbolicBayesNet.h
|
BIG CHANGE:
|
2009-11-09 07:04:26 +00:00 |
|
SymbolicConditional.h
|
added empty constructors for serialization, also made sure SymbolicConditional.h was installed
|
2009-11-10 14:55:07 +00:00 |
|
SymbolicFactor.cpp
|
Small change necessitating lots of edits: Conditionals now include key of random variable
|
2009-11-02 03:50:30 +00:00 |
|
SymbolicFactor.h
|
includes Ordering.h
|
2009-11-13 01:56:09 +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
|
Moved inference methods to new compilation unit. Added [factor], and [marginalize] now returns a factor graph.
|
2009-11-12 04:56:30 +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
|
Clean-up
|
2009-11-13 06:17:59 +00:00 |
|
VSLAMFactor.h
|
Clean-up
|
2009-11-13 06:17:59 +00:00 |
|
VSLAMGraph.cpp
|
addLandmarkConstraint
|
2009-11-13 06:18:27 +00:00 |
|
VSLAMGraph.h
|
addLandmarkConstraint
|
2009-11-13 06:18:27 +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
|
Merged r895:900 from branch weightedQR - LinearFactorGraph now has sigmas and ConditionalGaussian now has precisions
|
2009-11-04 20:59:16 +00:00 |
|
VectorConfig.h
|
…
|
|
|
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
|
Used typedefs with similar naming convention.
|
2009-11-12 18:33:14 +00:00 |
|
testBinaryBayesNet.cpp
|
Prototype for Bayes nets for Manohar
|
2009-10-27 20:44:40 +00:00 |
|
testCal3_S2.cpp
|
Easy constructor
|
2009-11-09 04:46:08 +00:00 |
|
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
|
Renamed ConditionalGaussian -> GaussianConditional
|
2009-11-12 16:41:18 +00:00 |
|
testInference.cpp
|
Renamed ConditionalGaussian -> GaussianConditional
|
2009-11-12 16:41:18 +00:00 |
|
testMatrix.cpp
|
Improved weighted eliminate to handle arbitrary linear equality constraints
|
2009-11-11 14:42:09 +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
|
Small change necessitating lots of edits: Conditionals now include key of random variable
|
2009-11-02 03:50:30 +00:00 |
|
testPoint2.cpp
|
…
|
|
|
testPoint3.cpp
|
…
|
|
|
testPose2.cpp
|
…
|
|
|
testPose3.cpp
|
…
|
|
|
testRot3.cpp
|
…
|
|
|
testSimpleCamera.cpp
|
…
|
|
|
testSimulated2D.cpp
|
…
|
|
|
testSimulated3D.cpp
|
…
|
|
|
testSymbolicBayesNet.cpp
|
Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph
|
2009-11-12 16:16:32 +00:00 |
|
testSymbolicFactor.cpp
|
Symbolic eliminate now works, new compilation unit SymbolicFactor
|
2009-10-30 03:48:32 +00:00 |
|
testSymbolicFactorGraph.cpp
|
Renamed LinearFactor -> GaussianFactor, LinearFactorGraph -> GaussianFactorGraph
|
2009-11-12 16:16:32 +00:00 |
|
testVSLAMFactor.cpp
|
Constructor now takes Point2
|
2009-11-13 06:19:21 +00:00 |
|
testVSLAMGraph.cpp
|
Test now succeeds after adding 3 landmark constraints
|
2009-11-13 06:19:08 +00:00 |
|
testVector.cpp
|
Basic handling of constraints now works in factor graphs, assuming there is only one constraint on any given variable.
|
2009-11-10 04:36:07 +00:00 |
|
testVectorConfig.cpp
|
Fixed vector comparisons that will erroneously return true when there are NaN values.
|
2009-11-09 16:47:37 +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 |