numerics-ode 0.1.0

Research-grade ODE solvers: Euler, RK4, Adams-Bashforth (2-step), Dormand-Prince (RK45 adaptive) — pure Rust, no dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "numerics-ode"
version = "0.1.0"
edition = "2021"
description = "Research-grade ODE solvers: Euler, RK4, Adams-Bashforth (2-step), Dormand-Prince (RK45 adaptive) — pure Rust, no dependencies"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SuperInstance/numerics-ode"
keywords = ["ode", "numerical", "solver", "runge-kutta", "differential"]
categories = ["mathematics", "science", "algorithms"]
authors = ["SuperInstance"]

[dev-dependencies]