ODEResidual¶
- class probnum.diffeq.odefilter.information_operators.ODEResidual(num_prior_derivatives, ode_dimension)¶
Bases:
ODEInformationOperator
Information operator that measures the residual of an explicit ODE.
Attributes Summary
Methods Summary
__call__
(t, x)Call self as a function.
as_transition
([noise_fun])incorporate_ode
(ode)Incorporate the ODE and cache the required projection matrices.
jacobian
(t, x)Attributes Documentation
- Parameters
- ode_has_been_incorporated¶
Methods Documentation
- as_transition(noise_fun=None)¶
- Parameters
noise_fun (Optional[RandomVariable]) –
- incorporate_ode(ode)[source]¶
Incorporate the ODE and cache the required projection matrices.
- Parameters
ode (InitialValueProblem) –