.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.rst
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/release.yaml
.github/workflows/run-tests.yml
docs/conf.py
docs/index.rst
examples/README.rst
examples/differentiation.ipynb
examples/example_notebook.ipynb
examples/observables.ipynb
examples/tutorial_koopman_linearsystem.ipynb
pykoopman/__init__.py
pykoopman/koopman.py
pykoopman/koopman_continuous.py
pykoopman/koopman_discrete.py
pykoopman.egg-info/PKG-INFO
pykoopman.egg-info/SOURCES.txt
pykoopman.egg-info/dependency_links.txt
pykoopman.egg-info/requires.txt
pykoopman.egg-info/top_level.txt
pykoopman/common/__init__.py
pykoopman/common/validation.py
pykoopman/differentiation/__init__.py
pykoopman/differentiation/_derivative.py
pykoopman/differentiation/_finite_difference.py
pykoopman/observables/__init__.py
pykoopman/observables/_base.py
pykoopman/observables/_custom_observables.py
pykoopman/observables/_identity.py
pykoopman/observables/_polynomial.py
pykoopman/observables/_time_delay.py
pykoopman/regression/__init__.py
pykoopman/regression/_base.py
pykoopman/regression/_dmd.py
test/conftest.py
test/test_koopman.py
test/test_koopman_continuous.py
test/differentiation/test_differentiation.py
test/observables/test_observables.py
test/regression/test_regressors.py