DynamicalSystemsBase.jl

Definition of dynamical systems and integrators for DynamicalSystems.jl
Popularity
50 Stars
Updated Last
11 Months Ago
Started In
December 2017

DynamicalSystemsBase.jl

CI codecov Package Downloads

A Julia package that defines the DynamicalSystem interface and many concrete implementations used in the DynamicalSystems.jl ecosystem.

To install it, run import Pkg; Pkg.add("DynamicalSystemsBase"). Typically, you do not want to use DynamicalSystemsBase directly, as downstream analysis packages re-export it.

All further information is provided in the documentation, which you can either find online or build locally by running the docs/make.jl file.