Metadata-Version: 2.0
Name: dmsuite
Version: 0.1.1
Summary: Differenciation matrices
Home-page: https://github.com/labrosse/dmsuite
Author: Adrien Morison, Stéphane Labrosse
Author-email: stephane.labrosse@ens-lyon.fr
License: GPLv2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy (>=1.12)
Requires-Dist: scipy (>=1.0)

.. image:: https://landscape.io/github/labrosse/dmsuite/master/landscape.svg?style=flat
   :target: https://landscape.io/github/labrosse/dmsuite/master
   :alt: Code Health

dmsuite
=======

A collection of spectral collocation differentiation matrices

This collection is based on their original matlab/octave version developed by
Weidemann and Reddy and available from `DMSUITE`__. The theory and examples are
explained in their paper: J. A. C. Weidemann and S. C. Reddy, A MATLAB
Differentiation Matrix Suite, ACM Transactions on Mathematical Software, 26,
(2000): 465-519.

The port to python was initiated as part of a larger project by
ronojoy as https://github.com/ronojoy/pyddx.git

It is `available on PyPI`__. You can install
and update dmsuite with the following command::

    python3 -m pip install --user -U dmsuite

.. __: http://www.mathworks.com/matlabcentral/fileexchange/29-dmsuite
.. __: https://pypi.org/project/dmsuite/


