pnkraemer / probdiffeq

Probabilistic solvers for differential equations in JAX. Adaptive ODE solvers with calibration, state-space model factorisations, and custom information operators. Compatible with the broader JAX scientific computing ecosystem.
https://pnkraemer.github.io/probdiffeq/
MIT License
30 stars 2 forks source link

Move the content of `probdiffeq.timestep` to `probdiffeq.ivpsolve` because they are always used together #746

Closed pnkraemer closed 2 months ago

pnkraemer commented 2 months ago

This mirrors #745 but merges probdiffeq.timestep and probdiffeq.ivpsolve (they are always used together). See #745 for more information.