Module dop_shared

Module dop_shared 

Source
Expand description

Shared traits and structures for dopri5 and dop853.

Structs§

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

Enums§

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

Traits§

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