Expand description
Shared traits and structures for dopri5 and dop853.
Structs§
- Solver
Result - A struct that holds the result of a solver/stepper run
- Stats
- Contains some statistics of the integration.
Enums§
- Integration
Error - Enumeration of the errors that may arise during integration.
- Output
Type - Enumeration of the types of the integration output.
Traits§
- Float
Number - 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