Metadata-Version: 2.4
Name: yennefer
Version: 0.2.1
Summary: Fast numerical ODE solvers (RK4, RK45, DOP853) optimized with Numba.
Author-email: "Gregory Shipunov (aka GrindelfP.)" <grindelf.perlomutrovij@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: numba
Dynamic: license-file

# YENNEFER ODE SOLVER 

## Description

This is an ordinary differential equations systems solver library named Yen (after Yennefer of Vengerberg). Fast numerical ODE solvers (RK4, RK45, DOP853) optimized with Numba.
