ODEResidual¶
- class probnum.diffeq.odefilter.information_operators.ODEResidual(num_prior_derivatives, ode_dimension)¶
Bases:
probnum.diffeq.odefilter.information_operators.ODEInformationOperatorInformation operator that measures the residual of an explicit ODE.
Attributes Summary
- rtype
Methods Summary
__call__(t, x)Call self as a function.
as_transition([measurement_cov_fun, …])incorporate_ode(ode)Incorporate the ODE and cache the required projection matrices.
jacobian(t, x)- rtype
Attributes Documentation
Methods Documentation
- as_transition(measurement_cov_fun=None, measurement_cov_cholesky_fun=None)¶