d3sm0 / rrk4

rust meet rk4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RK4 in Rust

RK4 Numerical method for the VDP equation using ndarray with python bindings.

Usage

In your venv:

python setup.py develop

Performances

numpy:			n:10 mu:0.002610	std:0.0007
ndarray:		n:10 mu:0.000270	std:0.0000

About

rust meet rk4


Languages

Language:Python 80.9%Language:Rust 19.1%