LICENSE.rst
README.md
pyproject.toml
ezyrb/__init__.py
ezyrb/database.py
ezyrb/parameter.py
ezyrb/reducedordermodel.py
ezyrb/regular_grid.py
ezyrb/snapshot.py
ezyrb.egg-info/PKG-INFO
ezyrb.egg-info/SOURCES.txt
ezyrb.egg-info/dependency_links.txt
ezyrb.egg-info/requires.txt
ezyrb.egg-info/top_level.txt
ezyrb/approximation/__init__.py
ezyrb/approximation/ann.py
ezyrb/approximation/approximation.py
ezyrb/approximation/gpr.py
ezyrb/approximation/kneighbors_regressor.py
ezyrb/approximation/linear.py
ezyrb/approximation/neighbors_regressor.py
ezyrb/approximation/radius_neighbors_regressor.py
ezyrb/approximation/rbf.py
ezyrb/parallel/__init__.py
ezyrb/parallel/ae.py
ezyrb/parallel/ae_eddl.py
ezyrb/parallel/ann.py
ezyrb/parallel/approximation.py
ezyrb/parallel/gpr.py
ezyrb/parallel/kneighbors_regressor.py
ezyrb/parallel/linear.py
ezyrb/parallel/neighbors_regressor.py
ezyrb/parallel/pod.py
ezyrb/parallel/radius_neighbors_regressor.py
ezyrb/parallel/rbf.py
ezyrb/parallel/reducedordermodel.py
ezyrb/parallel/reduction.py
ezyrb/plugin/__init__.py
ezyrb/plugin/aggregation.py
ezyrb/plugin/automatic_shift.py
ezyrb/plugin/database_splitter.py
ezyrb/plugin/plugin.py
ezyrb/plugin/scaler.py
ezyrb/plugin/shift.py
ezyrb/reduction/__init__.py
ezyrb/reduction/ae.py
ezyrb/reduction/pod.py
ezyrb/reduction/pod_ae.py
ezyrb/reduction/reduction.py
tests/test_ae.py
tests/test_ann.py
tests/test_approximation.py
tests/test_database.py
tests/test_gpr.py
tests/test_k_neighbors_regressor.py
tests/test_linear.py
tests/test_nnshift.py
tests/test_parameter.py
tests/test_pod.py
tests/test_podae.py
tests/test_radius_neighbors_regressor.py
tests/test_reducedordermodel.py
tests/test_regular_grid.py
tests/test_scaler.py
tests/test_shift.py
tests/test_snapshot.py