Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SciML/DiffEqBase.jl
The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems
https://github.com/SciML/DiffEqBase.jl
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
Last synced: 12 days ago
JSON representation
The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems
- Host: GitHub
- URL: https://github.com/SciML/DiffEqBase.jl
- Owner: SciML
- License: other
- Created: 2016-10-20T22:28:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T22:44:26.000Z (12 days ago)
- Last Synced: 2024-10-29T23:51:06.075Z (12 days ago)
- Topics: 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
- Language: Julia
- Homepage:
- Size: 3.06 MB
- Stars: 319
- Watchers: 19
- Forks: 115
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
# DiffEqBase.jl
[![Join the chat at https://gitter.im/JuliaDiffEq/Lobby](https://badges.gitter.im/JuliaDiffEq/Lobby.svg)](https://gitter.im/JuliaDiffEq/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://github.com/SciML/DiffEqBase.jl/workflows/CI/badge.svg)](https://github.com/SciML/DiffEqBase.jl/actions?query=workflow%3ACI)
[![Build status](https://badge.buildkite.com/99cbd352c336779c3117e4da61255a1ed8e7e7c084c3c2516c.svg)](https://buildkite.com/julialang/diffeqbase-dot-jl)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](https://github.com/JuliaDiffEq/DifferentialEquations.jl)The documentation for the interfaces here can be found in [DiffEqDocs.jl](https://docs.sciml.ai/DiffEqDocs/dev/) and [DiffEqDevDocs.jl](https://docs.sciml.ai/DiffEqDevDocs/dev/).