{ "info": { "author": "Matthew J. Aburn", "author_email": "mattja6@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering" ], "description": "fodeint\n======\n| Numerical integration of fractional ordinary differential equations.\n\nOverview\n--------\nfodeint will be a collection of numerical algorithms for integrating fractional ordinary differential equations (FODEs). It has simple functions that can be used in a similar way to ``scipy.integrate.odeint()`` or MATLAB's ``ode45``.\n\nThis first version supports Caputo equations with fractional exponent in the range (0,1).\n\nThis is prototype code in python, so not aiming for speed. Later can always rewrite these with loops in C when speed is needed.\n\nWarning: this is an early pre-release. Wait for version 1.0. Bug reports are very welcome!\n\nfunctions\n---------\n| ``fodeint(a, f, y0, tspan)`` for Caputo equation D^a y(t) = f(y,t), 0