Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattsse/diffeq
Basic Ordinary Differential Equation solvers
https://github.com/mattsse/diffeq
Last synced: 7 days ago
JSON representation
Basic Ordinary Differential Equation solvers
- Host: GitHub
- URL: https://github.com/mattsse/diffeq
- Owner: mattsse
- License: apache-2.0
- Created: 2019-08-07T22:07:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T11:45:34.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:55:53.648Z (17 days ago)
- Language: Rust
- Homepage: https://mattsse.github.io/diffeq/
- Size: 773 KB
- Stars: 57
- Watchers: 4
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
diffeq
=====================
[![Build Status](https://travis-ci.com/mattsse/diffeq-rs.svg?branch=master)](https://travis-ci.com/mattsse/diffeq-rs)
[![Crates.io](https://img.shields.io/crates/v/diffeq.svg)](https://crates.io/crates/diffeq)
[![Documentation](https://docs.rs/diffeq/badge.svg)](https://docs.rs/diffeq)Various basic Ordinary Differential Equation solvers implemented in rust.
Wasm example: [https://mattsse.github.io/diffeq/](https://mattsse.github.io/diffeq/).Inpired by the [ODE.jl](https://github.com/JuliaDiffEq/ODE.jl) julia project.
## Documentation
Full Documentation [https://docs.rs/diffeq](https://docs.rs/diffeq)
## License
Licensed under either of these:
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
https://opensource.org/licenses/MIT)