| .. |
|
.cvsignore
|
…
|
|
|
BayesChain-inl.h
|
Made some progress on symbolic analysis
|
2009-10-28 02:57:38 +00:00 |
|
BayesChain.h
|
Made some progress on symbolic analysis
|
2009-10-28 02:57:38 +00:00 |
|
BayesTree.h
|
Prototype framework for Bayes chain (new name for Chordal Bayes net) and Bayes tree class hierarchy
|
2009-10-27 20:23:19 +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
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
CalibratedCamera.cpp
|
Combined evaluation/derivatives now return the function value instead of using a pointer
|
2009-10-22 14:44:27 +00:00 |
|
CalibratedCamera.h
|
Combined evaluation/derivatives now return the function value instead of using a pointer
|
2009-10-22 14:44:27 +00:00 |
|
ChordalBayesNet.cpp
|
Removed obsolete optimize call and documented better
|
2009-10-27 14:14:36 +00:00 |
|
ChordalBayesNet.h
|
Removed obsolete optimize call and documented better
|
2009-10-27 14:14:36 +00:00 |
|
ConditionalGaussian.cpp
|
FactorGraph, ChordalBayesNet, and ConditionalGaussian now Testable
|
2009-10-24 23:14:14 +00:00 |
|
ConditionalGaussian.h
|
FactorGraph, ChordalBayesNet, and ConditionalGaussian now Testable
|
2009-10-24 23:14:14 +00:00 |
|
ConstrainedConditionalGaussian.cpp
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
ConstrainedConditionalGaussian.h
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
ConstrainedLinearFactorGraph.cpp
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
ConstrainedLinearFactorGraph.h
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
ConstrainedNonlinearFactorGraph.cpp
|
…
|
|
|
ConstrainedNonlinearFactorGraph.h
|
Significant change: Made FactorGraph templated on Factor only, and moved error and probPrime to derived classes
|
2009-10-29 04:11:23 +00:00 |
|
Doxyfile
|
…
|
|
|
Factor.h
|
Significant change: Made FactorGraph templated on Factor only, and moved error and probPrime to derived classes
|
2009-10-29 04:11:23 +00:00 |
|
FactorGraph-inl.h
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
FactorGraph.h
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
LinearConstraint.cpp
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
LinearConstraint.h
|
made all classes that currently have an assert_equal "Testable"
|
2009-10-26 19:26:51 +00:00 |
|
LinearFactor.cpp
|
moved [symbol] function to LinearFactor
|
2009-10-27 13:33:44 +00:00 |
|
LinearFactor.h
|
moved [symbol] function to LinearFactor
|
2009-10-27 13:33:44 +00:00 |
|
LinearFactorGraph.cpp
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
LinearFactorGraph.h
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
LinearFactorSet.h
|
Finally gave in and made LinearFactorSet into a vector. Pragmatism wins.
|
2009-10-18 16:49:10 +00:00 |
|
Makefile.am
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
Matrix.cpp
|
Vector and Matrix updated with improved weighted householder operations and more tests.
|
2009-10-29 12:52:27 +00:00 |
|
Matrix.h
|
Vector and Matrix updated with improved weighted householder operations and more tests.
|
2009-10-29 12:52:27 +00:00 |
|
NonlinearFactor.cpp
|
Fixed NonlinearFactor2 equals and added some unit tests for equals
|
2009-10-24 20:01:47 +00:00 |
|
NonlinearFactor.h
|
Fixed NonlinearFactor2 equals and added some unit tests for equals
|
2009-10-24 20:01:47 +00:00 |
|
NonlinearFactorGraph-inl.h
|
Significant change: Made FactorGraph templated on Factor only, and moved error and probPrime to derived classes
|
2009-10-29 04:11:23 +00:00 |
|
NonlinearFactorGraph.h
|
Significant change: Made FactorGraph templated on Factor only, and moved error and probPrime to derived classes
|
2009-10-29 04:11:23 +00:00 |
|
NonlinearOptimizer-inl.h
|
Better name for delta: linearizeAndOptimizeForDelta
|
2009-10-19 19:12:48 +00:00 |
|
NonlinearOptimizer.h
|
Better name for delta: linearizeAndOptimizeForDelta
|
2009-10-19 19:12:48 +00:00 |
|
Ordering.cpp
|
…
|
|
|
Ordering.h
|
…
|
|
|
Point2.cpp
|
Point2 now Testable, removed obsolete assert_equal, as every testable class can use the template version in Testable.h
|
2009-10-22 14:43:36 +00:00 |
|
Point2.h
|
Point2 now Testable, removed obsolete assert_equal, as every testable class can use the template version in Testable.h
|
2009-10-22 14:43:36 +00:00 |
|
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
|
Combined evaluation/derivatives now return the function value instead of using a pointer
|
2009-10-22 14:44:27 +00:00 |
|
SimpleCamera.h
|
Combined evaluation/derivatives now return the function value instead of using a pointer
|
2009-10-22 14:44:27 +00:00 |
|
Simulated2DMeasurement.h
|
…
|
|
|
Simulated2DOdometry.h
|
…
|
|
|
Simulated3D.cpp
|
…
|
|
|
Simulated3D.h
|
…
|
|
|
SymbolicBayesChain-inl.h
|
Significant change: Made FactorGraph templated on Factor only, and moved error and probPrime to derived classes
|
2009-10-29 04:11:23 +00:00 |
|
SymbolicBayesChain.cpp
|
Significant change: Made FactorGraph templated on Factor only, and moved error and probPrime to derived classes
|
2009-10-29 04:11:23 +00:00 |
|
SymbolicBayesChain.h
|
Significant change: Made FactorGraph templated on Factor only, and moved error and probPrime to derived classes
|
2009-10-29 04:11:23 +00:00 |
|
SymbolicConditional.h
|
Made some progress on symbolic analysis
|
2009-10-28 02:57:38 +00:00 |
|
SymbolicFactorGraph.cpp
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
SymbolicFactorGraph.h
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
Testable.h
|
Order of arguments = expected, then actual
|
2009-10-25 22:26:56 +00:00 |
|
VSLAMFactor.cpp
|
…
|
|
|
VSLAMFactor.h
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
Value.h
|
…
|
|
|
Vector.cpp
|
Vector and Matrix updated with improved weighted householder operations and more tests.
|
2009-10-29 12:52:27 +00:00 |
|
Vector.h
|
Vector and Matrix updated with improved weighted householder operations and more tests.
|
2009-10-29 12:52:27 +00:00 |
|
VectorConfig.cpp
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
VectorConfig.h
|
No need for Testable constructors
|
2009-10-22 14:42:19 +00:00 |
|
gtsam.h
|
Now Matlab toolbox compiles!!
|
2009-10-20 20:41:45 +00:00 |
|
gtsam.sln
|
…
|
|
|
gtsam.vcproj
|
…
|
|
|
manual.mk
|
…
|
|
|
numericalDerivative.cpp
|
…
|
|
|
numericalDerivative.h
|
…
|
|
|
simulated2D.cpp
|
…
|
|
|
simulated2D.h
|
…
|
|
|
smallExample.cpp
|
moved timing example here from EasySLAM
|
2009-10-27 13:34:36 +00:00 |
|
smallExample.h
|
moved timing example here from EasySLAM
|
2009-10-27 13:34:36 +00:00 |
|
svdcmp.cpp
|
…
|
|
|
svdcmp.h
|
…
|
|
|
testBayesTree.cpp
|
Made some progress on symbolic analysis
|
2009-10-28 02:57:38 +00:00 |
|
testBinaryBayesNet.cpp
|
Prototype for Bayes nets for Manohar
|
2009-10-27 20:44:40 +00:00 |
|
testCal3_S2.cpp
|
…
|
|
|
testCalibratedCamera.cpp
|
Combined evaluation/derivatives now return the function value instead of using a pointer
|
2009-10-22 14:44:27 +00:00 |
|
testChordalBayesNet.cpp
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
testConditionalGaussian.cpp
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
testConstrainedConditionalGaussian.cpp
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
testConstrainedLinearFactorGraph.cpp
|
Significant change: Made FactorGraph templated on Factor only, and moved error and probPrime to derived classes
|
2009-10-29 04:11:23 +00:00 |
|
testConstrainedNonlinearFactorGraph.cpp
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
testFactorgraph.cpp
|
…
|
|
|
testLinearConstraint.cpp
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
testLinearFactor.cpp
|
My last commit broke the linearFactorN unit test, fixed now.
|
2009-10-27 15:31:45 +00:00 |
|
testLinearFactorGraph.cpp
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
testMatrix.cpp
|
Vector and Matrix updated with improved weighted householder operations and more tests.
|
2009-10-29 12:52:27 +00:00 |
|
testNonlinearFactor.cpp
|
Fixed NonlinearFactor2 equals and added some unit tests for equals
|
2009-10-24 20:01:47 +00:00 |
|
testNonlinearFactorGraph.cpp
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
testNonlinearOptimizer.cpp
|
Better name for delta: linearizeAndOptimizeForDelta
|
2009-10-19 19:12:48 +00:00 |
|
testPoint2.cpp
|
…
|
|
|
testPoint3.cpp
|
…
|
|
|
testPose2.cpp
|
…
|
|
|
testPose3.cpp
|
…
|
|
|
testRot3.cpp
|
…
|
|
|
testSimpleCamera.cpp
|
Combined evaluation/derivatives now return the function value instead of using a pointer
|
2009-10-22 14:44:27 +00:00 |
|
testSimulated2D.cpp
|
…
|
|
|
testSimulated3D.cpp
|
…
|
|
|
testSymbolicBayesChain.cpp
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
testSymbolicFactorGraph.cpp
|
Changed names and moved two LinearFactorGraph functions to FactorGraph
|
2009-10-29 05:39:13 +00:00 |
|
testVSLAMFactor.cpp
|
…
|
|
|
testVector.cpp
|
Vector and Matrix updated with improved weighted householder operations and more tests.
|
2009-10-29 12:52:27 +00:00 |
|
testVectorConfig.cpp
|
Renamed FGConfig to VectorConfig in gtsam, easylib, EasySLAM, and mast.
|
2009-10-14 20:39:59 +00:00 |
|
timeLinearFactor.cpp
|
…
|
|
|
timeLinearFactorGraph.cpp
|
moved timing example here from EasySLAM
|
2009-10-27 13:34:36 +00:00 |