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

Provides a private Token

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

An extension trait for the Result type

A symplectic integrator for a system of 1st-order ODEs

Type Definitions

The biggest floating-point type with implemented Float trait

The type of the result matrix