LICENSE
README.md
pyproject.toml
src/fips/__init__.py
src/fips/aggregators.py
src/fips/base.py
src/fips/covariance.py
src/fips/estimators.py
src/fips/filters.py
src/fips/indexes.py
src/fips/kernels.py
src/fips/matrix.py
src/fips/metrics.py
src/fips/operators.py
src/fips/pipeline.py
src/fips/problem.py
src/fips/py.typed
src/fips/vector.py
src/fips/visualization.py
src/fips.egg-info/PKG-INFO
src/fips.egg-info/SOURCES.txt
src/fips.egg-info/dependency_links.txt
src/fips.egg-info/requires.txt
src/fips.egg-info/top_level.txt
src/fips/problems/__init__.py
src/fips/problems/flux/__init__.py
src/fips/problems/flux/pipeline.py
src/fips/problems/flux/problem.py
src/fips/problems/flux/visualization.py
src/fips/problems/flux/transport/__init__.py
src/fips/problems/flux/transport/stilt/__init__.py
src/fips/problems/flux/transport/stilt/builder.py
src/fips/problems/flux/transport/stilt/errors.py
tests/test_aggregators.py
tests/test_base.py
tests/test_covariance.py
tests/test_estimators.py
tests/test_filters.py
tests/test_flux_problem.py
tests/test_indexes.py
tests/test_kernels.py
tests/test_matrices.py
tests/test_metrics.py
tests/test_operators.py
tests/test_pkg.py
tests/test_problem.py
tests/test_sparse.py
tests/test_stilt_builder.py
tests/test_vectors.py
tests/test_visualization.py