StackWithJacobian

class probnum.diffeq.odefilter.init_routines.StackWithJacobian(*, scale_cholesky=1000.0)[source]

Bases: probnum.diffeq.odefilter.init_routines._stack._StackBase

Initialization by stacking y0, f(y0), and df(y0).

Attributes Summary

is_exact

Exactness of the computed initial values.

requires_jax

Whether the implementation of the routine relies on JAX.

Methods Summary

__call__(*, ivp, prior_process)

Call self as a function.

Attributes Documentation

is_exact

Exactness of the computed initial values.

Some initialization routines yield the exact initial derivatives, some others only yield approximations.

Return type

bool

requires_jax

Whether the implementation of the routine relies on JAX.

Return type

bool

Methods Documentation

__call__(*, ivp, prior_process)

Call self as a function.

Return type

RandomVariable