Module ode_solvers::dop_shared

source ·
Expand description

Shared traits and structures for dopri5 and dop853.

Structs

  • A struct that holds the result of a solver/stepper run
  • Contains some statistics of the integration.

Enums

  • Enumeration of the errors that may arise during integration.
  • Enumeration of the types of the integration output.

Traits

  • This trait combines several traits that are useful when writing generic code that shall work in f32 and f64
  • Trait needed to be implemented by the user