ODEResidual

class probnum.diffeq.odefilter.information_operators.ODEResidual(num_prior_derivatives, ode_dimension)

Bases: probnum.diffeq.odefilter.information_operators.ODEInformationOperator

Information operator that measures the residual of an explicit ODE.

Attributes Summary

ode_has_been_incorporated

rtype

bool

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)

rtype

ndarray

Attributes Documentation

ode_has_been_incorporated
Return type

bool

Methods Documentation

__call__(t, x)[source]

Call self as a function.

Return type

ndarray

as_transition(noise_fun=None)
incorporate_ode(ode)[source]

Incorporate the ODE and cache the required projection matrices.

jacobian(t, x)[source]
Return type

ndarray