Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)