Metadata-Version: 2.1
Name: heyoka
Version: 6.0.0
Summary: Python library for ODE integration via Taylor's method and LLVM
Home-page: https://github.com/bluescarni/heyoka.py
Author: Francesco Biscani, Dario Izzo
Author-email: bluescarni@gmail.com
License: MPL-2.0
Keywords: science math physics ode
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Requires-Dist: numpy==1.24.*
Requires-Dist: cloudpickle

heyoka is a Python library for the integration of ordinary differential equations (ODEs) via Taylor's method, based on automatic differentiation techniques and aggressive just-in-time compilation via LLVM.
