.gitignore
.readthedocs.yaml
LICENSE
README.md
codemeta.json
coverage.toml
paper.md
pyproject.toml
.github/workflows/ci.yaml
.github/workflows/paper-draft.yaml
.github/workflows/publish.yaml
.github/workflows/sphinx.yaml
ci/environment.yaml
docs/.gitignore
docs/Makefile
docs/api.rst
docs/conf.py
docs/config.yaml
docs/contributing.rst
docs/environment.yaml
docs/example_driver.ipynb
docs/example_esn_usage.ipynb
docs/example_lazy_usage.ipynb
docs/example_macro_training.ipynb
docs/gpus.rst
docs/index.rst
docs/installation.rst
docs/lorenz.py
docs/make.bat
docs/methods.rst
docs/performance.md
docs/plot_walltime.ipynb
docs/references.bib
docs/references.rst
docs/support.rst
docs/xesn.mplstyle
docs/_templates/autosummary/class.rst
docs/images/chunked-sqg.jpg
scaling/.gitignore
scaling/config-eager.yaml
scaling/config-lazy.yaml
scaling/create_data.py
scaling/eager-scaling.pdf
scaling/lazy-scaling.pdf
scaling/lorenz.py
scaling/plot_scaling.ipynb
scaling/submit_scaling.sh
scaling/test_scaling.py
xesn/__init__.py
xesn/cost.py
xesn/driver.py
xesn/esn.py
xesn/io.py
xesn/lazyesn.py
xesn/matrix.py
xesn/optim.py
xesn/psd.py
xesn/timer.py
xesn/utils.py
xesn/xdata.py
xesn.egg-info/PKG-INFO
xesn.egg-info/SOURCES.txt
xesn.egg-info/dependency_links.txt
xesn.egg-info/requires.txt
xesn.egg-info/top_level.txt
xesn/test/__init__.py
xesn/test/config-eager.yaml
xesn/test/config-lazy.yaml
xesn/test/cost.py
xesn/test/driver.py
xesn/test/esn.py
xesn/test/lazy.py
xesn/test/matrix.py
xesn/test/optim.py
xesn/test/psd.py
xesn/test/xdata.py