SciML / DiffEqBase.jl

The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems
Other
311 stars 111 forks source link
dae dde delay-differential-equations differential-algebraic-equations differential-equations differentialequations hacktoberfest neural-differential-equations neural-ode ode ordinary-differential-equations partial-differential-equations pde scientific-machine-learning sciml sde stochastic-differential-equations

DiffEqBase.jl

Join the chat at https://gitter.im/JuliaDiffEq/Lobby Build Status Build status

DiffEqBase.jl is a component package in the DiffEq ecosystem. It holds the common types and utility functions which are shared by other solver packages to promote code reuse in the differential equation solver code. Users interested in using this functionality in full should check out DifferentialEquations.jl

The documentation for the interfaces here can be found in DiffEqDocs.jl and DiffEqDevDocs.jl.