Metadata-Version: 2.1
Name: dmdlab
Version: 0.1.0
Summary: Dynamic mode decompositon in python.
License: MIT
Author: Andy Goldschmidt
Author-email: andygold@uw.edu
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: ipykernel (>=5.2.1,<6.0.0)
Requires-Dist: jupyter_client (>=6.1.3,<7.0.0)
Requires-Dist: matplotlib (>=3.2.1,<4.0.0)
Requires-Dist: nbsphinx (>=0.6.1,<0.7.0); extra == "docs"
Requires-Dist: numpy (>=1.18.3,<2.0.0)
Requires-Dist: pytest (>=5.2,<6.0); extra == "test"
Requires-Dist: scipy (>=1.4.1,<2.0.0)
Requires-Dist: sphinx (>=3.0.2,<4.0.0); extra == "docs"
Description-Content-Type: text/x-rst

.. image:: https://readthedocs.org/projects/pydmd/badge/?version=latest
  :target: https://pydmd.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status
  
.. image:: https://img.shields.io/badge/License-MIT-blue.svg
   :target: https://lbesson.mit-license.org/
   :alt: MIT License
 
Dynamic mode decomposition (DMD)is a tool for analyzing the dynamics of nonlinear systems.
 
.. rubric:: References
.. [TRLB14] Tu, J.H.; Rowley, C.W.; Luchtenburg, D.M.; Brunton, S.L.; Kutz, J.N.: On dynamic mode decomposition,  Theory and applications. In: Journal of Computational Dynamics


