Crate integrators
source · [−]Expand description
This crate provides an interface for integrating a system of
1st-order ordinary differential equations (ODEs). Specifically,
a user can implement either the GeneralIntegrator
trait or
the SymplecticIntegrator
trait by defining the system in
question and gain a variety of methods for integrating it.
Modules
Enums
General integrators
Symplectic integrators
Traits
A general trait for all floating point type numbers
A general integrator for a system of 1st-order ODEs
A symplectic integrator for a system of 1st-order ODEs