.gitignore
.pre-commit-config.yaml
COPYING
README.md
conanfile.txt
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/lint.yml
.github/workflows/testing.yml
.github/workflows/upload_to_pypi.yml
docs/source/Oscillator.py
docs/source/Polynomial.py
docs/source/api.rst
docs/source/bibliography.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/glossary.rst
docs/source/index.rst
docs/source/refs.bib
src/iterative_ensemble_smoother/__init__.py
src/iterative_ensemble_smoother/_ensemble_smoother.py
src/iterative_ensemble_smoother/_ensemble_smoother_row_scaling.py
src/iterative_ensemble_smoother/_iterative_ensemble_smoother.py
src/iterative_ensemble_smoother/ies.cpp
src/iterative_ensemble_smoother/ies.hpp
src/iterative_ensemble_smoother/ies_data.cpp
src/iterative_ensemble_smoother/ies_data.hpp
src/iterative_ensemble_smoother/linalg.cpp
src/iterative_ensemble_smoother/linalg.hpp
src/iterative_ensemble_smoother.egg-info/PKG-INFO
src/iterative_ensemble_smoother.egg-info/SOURCES.txt
src/iterative_ensemble_smoother.egg-info/dependency_links.txt
src/iterative_ensemble_smoother.egg-info/requires.txt
src/iterative_ensemble_smoother.egg-info/top_level.txt
tests/__init__.py
tests/test_ensemble_smoother.py
tests/snapshots/test_ensemble_smoother/test_ensemble_smoother_update_step/test_ensemble_smoother_update_step.csv
tests/snapshots/test_ensemble_smoother/test_ensemble_smoother_update_step_with_rowscaling/test_ensemble_smoother_update_step.csv
tests/snapshots/test_ensemble_smoother/test_iterative_ensemble_smoother_update_step/test_iterative_ensemble_smoother_update_step.csv