LICENSE
README.md
setup.cfg
setup.py
src/rom_operator_inference/__init__.py
src/rom_operator_inference/errors.py
src/rom_operator_inference.egg-info/PKG-INFO
src/rom_operator_inference.egg-info/SOURCES.txt
src/rom_operator_inference.egg-info/dependency_links.txt
src/rom_operator_inference.egg-info/requires.txt
src/rom_operator_inference.egg-info/top_level.txt
src/rom_operator_inference/core/__init__.py
src/rom_operator_inference/core/_base.py
src/rom_operator_inference/core/interpolate/__init__.py
src/rom_operator_inference/core/interpolate/_base.py
src/rom_operator_inference/core/interpolate/_public.py
src/rom_operator_inference/core/nonparametric/__init__.py
src/rom_operator_inference/core/nonparametric/_base.py
src/rom_operator_inference/core/nonparametric/_frozen.py
src/rom_operator_inference/core/nonparametric/_public.py
src/rom_operator_inference/core/operators/__init__.py
src/rom_operator_inference/core/operators/_affine.py
src/rom_operator_inference/core/operators/_base.py
src/rom_operator_inference/core/operators/_interpolate.py
src/rom_operator_inference/core/operators/_nonparametric.py
src/rom_operator_inference/lstsq/__init__.py
src/rom_operator_inference/lstsq/_base.py
src/rom_operator_inference/lstsq/_tikhonov.py
src/rom_operator_inference/post/__init__.py
src/rom_operator_inference/post/_errors.py
src/rom_operator_inference/pre/__init__.py
src/rom_operator_inference/pre/_finite_difference.py
src/rom_operator_inference/pre/_multivar.py
src/rom_operator_inference/pre/_reprojection.py
src/rom_operator_inference/pre/basis/__init__.py
src/rom_operator_inference/pre/basis/_base.py
src/rom_operator_inference/pre/basis/_linear.py
src/rom_operator_inference/pre/basis/_pod.py
src/rom_operator_inference/pre/transform/__init__.py
src/rom_operator_inference/pre/transform/_base.py
src/rom_operator_inference/pre/transform/_shiftscale.py
src/rom_operator_inference/utils/__init__.py
src/rom_operator_inference/utils/_hdf5.py
src/rom_operator_inference/utils/_kronecker.py