| .. |
|
tests
|
Fixed Symbol problem - related to using std::numeric_limits::max() statically on keys created outside of functions
|
2012-06-09 19:43:14 +00:00 |
|
CMakeLists.txt
|
Reworked cmake timing generation to use generalized test-adding macro
|
2012-03-29 18:57:29 +00:00 |
|
DoglegOptimizer.cpp
|
Fixed Doxygen warnings.
|
2012-06-07 23:08:43 +00:00 |
|
DoglegOptimizer.h
|
Fixed Doxygen warnings.
|
2012-06-19 18:31:22 +00:00 |
|
DoglegOptimizerImpl.cpp
|
Removed using namespace in header files
|
2012-06-08 14:33:59 +00:00 |
|
DoglegOptimizerImpl.h
|
Qualified more namespaces after removing using namespace from headers
|
2012-06-08 14:34:03 +00:00 |
|
ExtendedKalmanFilter-inl.h
|
Switched Values, Ordering, and factors to int 'Key' instead of 'Symbol',
|
2012-02-19 01:02:07 +00:00 |
|
ExtendedKalmanFilter.h
|
Removed LDL in favor of Cholesky
|
2012-05-15 15:49:14 +00:00 |
|
GaussNewtonOptimizer.cpp
|
Fixed Doxygen warnings.
|
2012-06-07 23:08:43 +00:00 |
|
GaussNewtonOptimizer.h
|
Fixed Doxygen warnings.
|
2012-06-19 18:31:22 +00:00 |
|
GradientDescentOptimizer.cpp
|
To simplify FactorGraph, removed convertCastFactors and dynamicCastFactors from FactorGraph - replaced their calls with in-place code to do the needed conversions
|
2012-06-18 14:55:30 +00:00 |
|
GradientDescentOptimizer.h
|
1. return a copy instead of shared ptr
|
2012-06-14 22:07:17 +00:00 |
|
ISAM2-impl.cpp
|
Removed using namespace in header files
|
2012-06-08 14:33:36 +00:00 |
|
ISAM2-impl.h
|
Fixed Doxygen warnings.
|
2012-06-08 19:05:13 +00:00 |
|
ISAM2-inl.h
|
Removed using namespace in header files
|
2012-06-08 14:33:36 +00:00 |
|
ISAM2.cpp
|
move linear algebra functions for jacobian factor graph to a new file
|
2012-06-07 01:24:19 +00:00 |
|
ISAM2.h
|
Comments and additional test regarding permutations and orderings
|
2012-06-20 00:01:49 +00:00 |
|
Key.cpp
|
Int keys with formatter objects, all unit tests pass
|
2012-02-21 00:53:35 +00:00 |
|
Key.h
|
Int keys with formatter objects, all unit tests pass
|
2012-02-21 00:53:35 +00:00 |
|
LevenbergMarquardtOptimizer.cpp
|
1. return a copy instead of shared ptr
|
2012-06-14 22:07:17 +00:00 |
|
LevenbergMarquardtOptimizer.h
|
Fixed Doxygen warnings.
|
2012-06-19 18:31:22 +00:00 |
|
Marginals.cpp
|
Removed using namespace in header files
|
2012-06-08 14:33:59 +00:00 |
|
Marginals.h
|
Merge remote-tracking branch 'svn/trunk' into windows
|
2012-05-23 18:55:18 +00:00 |
|
NonlinearEquality.h
|
Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors
|
2012-06-09 21:06:06 +00:00 |
|
NonlinearFactor.h
|
Fixed Doxygen warnings.
|
2012-06-19 18:31:22 +00:00 |
|
NonlinearFactorGraph.cpp
|
Added clone and rekey facilities to nonlinear factor graph
|
2012-05-24 16:05:01 +00:00 |
|
NonlinearFactorGraph.h
|
Fixed comment
|
2012-06-14 16:03:55 +00:00 |
|
NonlinearISAM.cpp
|
Added keyformatter arguments
|
2012-06-18 19:33:45 +00:00 |
|
NonlinearISAM.h
|
Added keyformatter arguments
|
2012-06-18 19:33:45 +00:00 |
|
NonlinearOptimizer.cpp
|
Changes in progress
|
2012-05-14 19:10:02 +00:00 |
|
NonlinearOptimizer.h
|
Fixed Doxygen warnings.
|
2012-06-07 23:08:43 +00:00 |
|
Ordering.cpp
|
printing
|
2012-06-07 02:16:58 +00:00 |
|
Ordering.h
|
printing
|
2012-06-07 02:16:58 +00:00 |
|
SuccessiveLinearizationOptimizer.h
|
Comments and additional test regarding permutations and orderings
|
2012-06-20 00:01:49 +00:00 |
|
Symbol.cpp
|
Fixed Symbol problem - related to using std::numeric_limits::max() statically on keys created outside of functions
|
2012-06-09 19:43:14 +00:00 |
|
Symbol.h
|
Made a cpp file that makes the header cleaner, and avoids superheavy includes.
|
2012-06-09 18:19:45 +00:00 |
|
Values-inl.h
|
Added non-const constructor from filtered
|
2012-06-05 21:31:27 +00:00 |
|
Values.cpp
|
Fixed Remaining problems with GUI
|
2012-06-14 03:14:53 +00:00 |
|
Values.h
|
Added matlab interface to get indices out of Values structures. Added more matlab symbol functions.
|
2012-06-13 16:38:51 +00:00 |
|
WhiteNoiseFactor.h
|
Removed the use of the ADD_CLONE_NONLINEAR_FACTOR macro, documented instances of clone() in factors
|
2012-06-09 21:06:06 +00:00 |