|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
#include <LevenbergMarquardtState.h>
Public Member Functions | |
| CachedModel (int dim, double sigma) | |
| CachedModel (int dim, double sigma, const Vector &diagonal) | |
Public Attributes | |
| Matrix | A |
| Vector | b |
| SharedDiagonal | model |
Small struct to cache objects needed for damping. This is used in buildDampedSystem
1.8.13