ODEInformationOperator¶
- class probnum.diffeq.odefiltsmooth.information_operators.ODEInformationOperator(input_dim, output_dim)¶
Bases:
probnum.diffeq.odefiltsmooth.information_operators.InformationOperatorInformation operators that depend on an ODE function.
Other than
InformationOperator`s, :class:`ODEInformationOperatorsdepend explicitly on anInitialValueProblem. Not all information operators that are used in ODE solvers do.Attributes Summary
- rtype
Methods Summary
__call__(t, x)Call self as a function.
as_transition([measurement_cov_fun, …])incorporate_ode(ode)Incorporate the ODE into the operator.
jacobian(t, x)- rtype
Attributes Documentation
Methods Documentation