| .. |
|
internal
|
Fixes compile errors when using BOOST version 1.61.0
|
2016-08-06 00:59:07 -04:00 |
|
tests
|
Test of AutoDiff wrapper in an expression modified so that the upAligned size of the relevant binary expression is tested against the size of the expression in the AutoDiff wrapper. When the traceSize() of the expression containing the AutoDiff wrapper is computed, that value (the traceSize) will be computed such that an alignment (currently 16-bit) will be forced. It is thus necessary for the test to also upAlign the relevant binary expression. On x86_64 architectures, this test was accidentally passing because the relevant struct was already aligned on a 16-bit boundary. On AArch64 ('ARM64'), the alignment was *not* on a 16-bit boundary, and this test failed. Modifying the first argument to EXPECT_LONGS_EQUAL in this test to include upAlignment of the relevant binary expression makes the test pass in 'debug' and 'release' builds on both x86_64 and AArch64 architectures
|
2018-09-11 00:22:20 -07:00 |
|
AdaptAutoDiff.h
|
Fixed timing script
|
2015-07-04 19:32:23 -07:00 |
|
CMakeLists.txt
|
Install the nonlinear internal headers.
|
2015-06-03 01:13:22 +02:00 |
|
DoglegOptimizer.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
DoglegOptimizer.h
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
DoglegOptimizerImpl.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
DoglegOptimizerImpl.h
|
fix dogleg compile issue in CMake Timing mode
|
2016-09-26 17:01:41 -04:00 |
|
Expression-inl.h
|
commented, verified fix with Duy
|
2017-12-02 17:20:27 -08:00 |
|
Expression.h
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
ExpressionFactor.h
|
commented, verified fix with Duy
|
2017-12-02 17:20:27 -08:00 |
|
ExpressionFactorGraph.h
|
Moved to gtsam
|
2014-12-28 19:09:12 +01:00 |
|
ExtendedKalmanFilter-inl.h
|
Fixed remaining default constructor calls
|
2016-06-06 17:12:42 -07:00 |
|
ExtendedKalmanFilter.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
|
GaussNewtonOptimizer.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
GaussNewtonOptimizer.h
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
ISAM2-impl.cpp
|
Fixed consistency checks
|
2018-09-28 11:20:55 -04:00 |
|
ISAM2-impl.h
|
A better solution through typedef of FactorIndices -> FastVector<size_t>
|
2016-02-25 23:51:01 -08:00 |
|
ISAM2-inl.h
|
Fixed consistency checks
|
2018-09-28 11:20:55 -04:00 |
|
ISAM2.cpp
|
Remove unused indices in batch step
|
2016-08-04 09:32:08 -04:00 |
|
ISAM2.h
|
Almost done. Still need to figure out how to remove the remaining 3 occurrences.
|
2016-05-21 12:44:46 -04:00 |
|
LevenbergMarquardtOptimizer.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
LevenbergMarquardtOptimizer.h
|
Fixes compile errors when using BOOST version 1.61.0
|
2016-08-06 00:59:07 -04:00 |
|
LevenbergMarquardtParams.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
LevenbergMarquardtParams.h
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
LinearContainerFactor.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
LinearContainerFactor.h
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
Marginals.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
Marginals.h
|
revert adding copy constructors
|
2017-03-18 21:23:12 -04:00 |
|
NonlinearConjugateGradientOptimizer.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
NonlinearConjugateGradientOptimizer.h
|
git subrepo commit third_party_modules/gtsam_module/gtsam
|
2016-06-18 23:13:59 -07:00 |
|
NonlinearEquality.h
|
Resolved all issues with typedefs
|
2016-06-06 21:57:52 -07:00 |
|
NonlinearFactor.cpp
|
Almost done. Still need to figure out how to remove the remaining 3 occurrences.
|
2016-05-21 12:44:46 -04:00 |
|
NonlinearFactor.h
|
[QP/LP] LP Added Zeros Error Fixed.
|
2016-05-02 19:54:58 -04:00 |
|
NonlinearFactorGraph.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
NonlinearFactorGraph.h
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
NonlinearISAM.cpp
|
Removed headers
|
2016-05-22 14:22:36 -07:00 |
|
NonlinearISAM.h
|
Working on fixing ISAM
|
2013-08-06 19:56:48 +00:00 |
|
NonlinearOptimizer.cpp
|
Switch to size_t
|
2016-06-19 12:29:17 -07:00 |
|
NonlinearOptimizer.h
|
Switching to size_t
|
2016-06-19 12:28:02 -07:00 |
|
NonlinearOptimizerParams.cpp
|
convert tabs to spaces. See https://bitbucket.org/gtborg/gtsam/wiki/C++%20Coding%20Conventions
|
2016-02-09 20:00:38 -05:00 |
|
NonlinearOptimizerParams.h
|
Merged develop into feature/LPSolver
|
2016-02-18 18:49:51 -05:00 |
|
Symbol.h
|
Added redundant Symbol.h header for backwards compatibility
|
2013-09-01 15:26:05 +00:00 |
|
Values-inl.h
|
Almost done. Still need to figure out how to remove the remaining 3 occurrences.
|
2016-05-21 12:44:46 -04:00 |
|
Values.cpp
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
Values.h
|
squash local changes on top of gtsam upstream pull from 6/14/2016
|
2016-06-18 23:13:59 -07:00 |
|
WhiteNoiseFactor.h
|
Updated all comma initializer usages to use .finished()
|
2014-11-22 16:35:27 -08:00 |
|
expressionTesting.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
|
expressions.h
|
Merge remote-tracking branch 'origin/develop' into feature/Feature/FixedValues
|
2016-02-07 20:00:38 -08:00 |
|
factorTesting.h
|
Removed headers
|
2016-05-22 14:22:36 -07:00 |
|
nonlinearExceptions.h
|
Continued work on unordered classes and elimination algorithm
|
2013-06-06 15:36:11 +00:00 |
|
utilities.h
|
redirect stdcout to a stringstream so Python __str__() can properly return a string after calling the c++ print function
|
2017-07-25 16:32:26 -04:00 |