NordsieckLikeCoordinates¶
- class probnum.statespace.NordsieckLikeCoordinates(powers, scales, spatialdim)¶
Bases:
probnum.statespace.PreconditionerNordsieck-like coordinates.
Similar to Nordsieck coordinates (which store the Taylor coefficients instead of the derivatives), but better for ODE filtering and smoothing. Used in IBM.
Attributes Summary
Methods Summary
__call__(step)Call self as a function.
from_order(order, spatialdim)Attributes Documentation
- inverse¶
Methods Documentation