Metadata-Version: 2.0
Name: idesolver
Version: 1.0.1
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 :: 5 - Production/Stable
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
---------

.. image:: https://travis-ci.org/JoshKarpel/idesolver.svg?branch=master
    :target: https://travis-ci.org/JoshKarpel/idesolver

.. image:: https://codecov.io/gh/JoshKarpel/idesolver/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/JoshKarpel/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>`_.

Stable releases are available on PyPI: ``pip install idesolver``.

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


