Metadata-Version: 2.0
Name: idesolver
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/JoshKarpel/idesolver
Author: Josh Karpel
Author-email: karpel@wisc.edu
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Science/Research
Requires-Dist: numpy
Requires-Dist: scipy

idesolver
---------

A general purpose integro-differential equation (IDE) solver, based on an iterative scheme devised by `Gelmi and Jorquera <https://doi.org/10.1016/j.cpc.2013.09.008>`_

To install the most recent version directly, use `pip install git+git://github.com/JoshKarpel/idesolver.git@master`.

Full documentation can be found `here <https://joshkarpel.github.io/idesolver/build/html/index.html>`_.


