![]() |
0.4.1
|
Least Squares Uncertainties return value. More...
Data Fields | |
KeyedVectorX< Scalar, StateKeyType > | solution |
Least squares solution. | |
KeyedMatrixX< Scalar, StateKeyType, StateKeyType > | variance |
Least squares variance. | |
Least Squares Uncertainties return value.
Definition at line 23 of file KeyedLeastSquares.hpp.
KeyedVectorX<Scalar, StateKeyType> NAV::KeyedLeastSquaresResult< Scalar, StateKeyType >::solution |
Least squares solution.
Definition at line 25 of file KeyedLeastSquares.hpp.
KeyedMatrixX<Scalar, StateKeyType, StateKeyType> NAV::KeyedLeastSquaresResult< Scalar, StateKeyType >::variance |
Least squares variance.
Definition at line 26 of file KeyedLeastSquares.hpp.