.gitignore
.readthedocs.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYRIGHT
LICENSE
Makefile
README.md
requirements.txt
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/badge.yml
.github/workflows/ci.yml
funfact/__init__.py
funfact/algorithm.py
funfact/conditions.py
funfact/context.py
funfact/initializers.py
funfact/loss.py
funfact/optim.py
funfact/test_algorithm.py
funfact/test_conditions.py
funfact/test_context.py
funfact/test_initializers.py
funfact/test_loss.py
funfact/test_optim.py
funfact/test_vectorization.py
funfact/vectorization.py
funfact.egg-info/PKG-INFO
funfact.egg-info/SOURCES.txt
funfact.egg-info/dependency_links.txt
funfact.egg-info/requires.txt
funfact.egg-info/top_level.txt
funfact/backend/__init__.py
funfact/backend/_context.py
funfact/backend/_jax.py
funfact/backend/_meta.py
funfact/backend/_numpy.py
funfact/backend/_proxy.py
funfact/backend/_torch.py
funfact/backend/test_numpy.py
funfact/backend/test_proxy.py
funfact/lang/__init__.py
funfact/lang/_ast.py
funfact/lang/_constants.py
funfact/lang/_math.py
funfact/lang/_semiring.py
funfact/lang/_special.py
funfact/lang/_terminal.py
funfact/lang/_tplex.py
funfact/lang/_tsrex.py
funfact/lang/test_ast.py
funfact/lang/test_semiring.py
funfact/lang/test_special.py
funfact/lang/test_terminal.py
funfact/lang/test_tsrex.py
funfact/lang/interpreter/__init__.py
funfact/lang/interpreter/_ascii.py
funfact/lang/interpreter/_base.py
funfact/lang/interpreter/_einop.py
funfact/lang/interpreter/_einop_compiler.py
funfact/lang/interpreter/_elementwise.py
funfact/lang/interpreter/_evaluation.py
funfact/lang/interpreter/_indexness.py
funfact/lang/interpreter/_initialization.py
funfact/lang/interpreter/_latex.py
funfact/lang/interpreter/_slicing_propagation.py
funfact/lang/interpreter/_type_deduction.py
funfact/lang/interpreter/_vectorize.py
funfact/lang/interpreter/test_ascii.py
funfact/lang/interpreter/test_base.py
funfact/lang/interpreter/test_einop.py
funfact/lang/interpreter/test_einop_compiler.py
funfact/lang/interpreter/test_initialization.py
funfact/lang/interpreter/test_slicing_propagation.py
funfact/lang/interpreter/test_type_deduction.py
funfact/model/__init__.py
funfact/model/_factorization.py
funfact/model/test_factorization.py
funfact/util/__init__.py
funfact/util/iterable.py
funfact/util/set.py
funfact/util/test_iterable.py
funfact/util/test_set.py