§ finishCorrection()
template<typename StateType, typename MeasurementType>
That's as far as we go here before you choose to continue.
Finish computing the rest and correct the state.
- Parameters
-
cancelIfNotFinite | If the new error covariance is detected to contain non-finite values, should we cancel the correction and not apply it? |
- Returns
- true if correction completed
§ denom
template<typename StateType, typename MeasurementType>
Decomposition of S.
Not going to directly compute Kalman gain K = PHt (S^-1) Instead, decomposed S to solve things of the form (S^-1)x repeatedly later, by using the substitution Kx = PHt denom.solve(x)
- Todo:
- Figure out if this is the best decomp to use
template<typename StateType, typename MeasurementType>
Initial value:=
types::Dimension<MeasurementType>::value
Dimension of measurement.
template<typename StateType, typename MeasurementType>
Initial value:=
types::Dimension<StateType>::value
Dimension of state.
The documentation for this struct was generated from the following file: