.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
MANIFEST.in
README.md
codecov.yml
pyproject.toml
requirements-build.txt
requirements-lint.txt
requirements-min.txt
requirements-test.txt
.github/pull_request_template.md
.github/PULL_REQUEST_TEMPLATE/release.md
.github/workflows/build.yaml
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/release.yaml
.github/workflows/test.yaml
.vscode/settings.json
benchmarks/test_fec.py
benchmarks/test_fft.py
benchmarks/test_field_arithmetic.py
docs/.gitignore
docs/Makefile
docs/api.rst
docs/conf.py
docs/genindex.rst
docs/getting-started.rst
docs/index.rst
docs/ipython_with_reprs.py
docs/make.bat
docs/requirements.txt
docs/_static/extra.css
docs/_static/galois-overrides.js
docs/_templates/base.html
docs/basic-usage/array-arithmetic.rst
docs/basic-usage/array-classes.rst
docs/basic-usage/array-creation.rst
docs/basic-usage/compilation-modes.rst
docs/basic-usage/element-representation.rst
docs/basic-usage/poly-arithmetic.rst
docs/basic-usage/poly.rst
docs/development/documentation.rst
docs/development/formatting.rst
docs/development/installation.rst
docs/development/unit-tests.rst
docs/performance/benchmarks.rst
docs/performance/binary-extension-fields.rst
docs/performance/prime-fields.rst
docs/release-notes/unreleased.md
docs/release-notes/v0.0.md
docs/release-notes/v0.1.md
docs/release-notes/v0.2.md
docs/release-notes/v0.3.md
docs/release-notes/v0.4.md
docs/release-notes/versioning.rst
docs/tutorials/intro-to-extension-fields.rst
docs/tutorials/intro-to-prime-fields.rst
logo/README.md
logo/galois-favicon-color.png
logo/galois-favicon-white.png
logo/galois-github-social.png
logo/galois-github-social.svg
logo/galois-heading.png
logo/galois-logo-small.png
logo/galois-logo.png
logo/galois-logo.svg
scripts/create_conway_polys_database.py
scripts/create_irreducible_polys_database.py
scripts/create_prime_factors_database.py
scripts/generate_fec_test_vectors.py
scripts/generate_field_test_vectors.py
scripts/generate_int_test_vectors.py
scripts/sparse_poly_performance_test.py
src/galois/__init__.py
src/galois/_helper.py
src/galois/_lfsr.py
src/galois/_math.py
src/galois/_modular.py
src/galois/_ntt.py
src/galois/_options.py
src/galois/_polymorphic.py
src/galois/_prime.py
src/galois/_primitive_root.py
src/galois/_version.py
src/galois/py.typed
src/galois/typing.py
src/galois.egg-info/PKG-INFO
src/galois.egg-info/SOURCES.txt
src/galois.egg-info/dependency_links.txt
src/galois.egg-info/requires.txt
src/galois.egg-info/top_level.txt
src/galois/_codes/__init__.py
src/galois/_codes/_bch.py
src/galois/_codes/_cyclic.py
src/galois/_codes/_linear.py
src/galois/_codes/_reed_solomon.py
src/galois/_databases/__init__.py
src/galois/_databases/_interface.py
src/galois/_databases/conway_polys.db
src/galois/_databases/irreducible_polys.db
src/galois/_databases/prime_factors.db
src/galois/_domains/__init__.py
src/galois/_domains/_array.py
src/galois/_domains/_calculate.py
src/galois/_domains/_factory.py
src/galois/_domains/_function.py
src/galois/_domains/_linalg.py
src/galois/_domains/_lookup.py
src/galois/_domains/_meta.py
src/galois/_domains/_ufunc.py
src/galois/_fields/__init__.py
src/galois/_fields/_array.py
src/galois/_fields/_factory.py
src/galois/_fields/_gf2.py
src/galois/_fields/_meta.py
src/galois/_fields/_normal_element.py
src/galois/_fields/_primitive_element.py
src/galois/_fields/_ufunc.py
src/galois/_polys/__init__.py
src/galois/_polys/_binary.py
src/galois/_polys/_conversions.py
src/galois/_polys/_conway.py
src/galois/_polys/_dense.py
src/galois/_polys/_factor.py
src/galois/_polys/_functions.py
src/galois/_polys/_irreducible.py
src/galois/_polys/_lagrange.py
src/galois/_polys/_poly.py
src/galois/_polys/_primitive.py
src/galois/_polys/_search.py
src/galois/_polys/_sparse.py
tests/__init__.py
tests/conftest.py
tests/test_berlekamp_massey.py
tests/test_factor.py
tests/test_fibonacci_lfsr.py
tests/test_galois_lfsr.py
tests/test_math.py
tests/test_number_theory.py
tests/test_options.py
tests/test_primes.py
tests/test_primitive_root.py
tests/codes/__init__.py
tests/codes/conftest.py
tests/codes/test_bch.py
tests/codes/test_reed_solomon.py
tests/codes/data/bch/n13_k10_d2_alpha6_c1_nonsys.pkl
tests/codes/data/bch/n13_k10_d2_alpha6_c1_sys.pkl
tests/codes/data/bch/n13_k10_d2_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n13_k10_d2_alpha9_c1_sys.pkl
tests/codes/data/bch/n13_k10_d2_alpha9_c3_nonsys.pkl
tests/codes/data/bch/n13_k10_d2_alpha9_c3_sys.pkl
tests/codes/data/bch/n13_k13_d1_alpha6_c1_nonsys.pkl
tests/codes/data/bch/n13_k13_d1_alpha6_c1_sys.pkl
tests/codes/data/bch/n13_k13_d1_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n13_k13_d1_alpha9_c1_sys.pkl
tests/codes/data/bch/n13_k13_d1_alpha9_c3_nonsys.pkl
tests/codes/data/bch/n13_k13_d1_alpha9_c3_sys.pkl
tests/codes/data/bch/n13_k1_d6_alpha9_c3_nonsys.pkl
tests/codes/data/bch/n13_k1_d6_alpha9_c3_sys.pkl
tests/codes/data/bch/n13_k1_d7_alpha9_c3_nonsys.pkl
tests/codes/data/bch/n13_k1_d7_alpha9_c3_sys.pkl
tests/codes/data/bch/n13_k1_d8_alpha6_c1_nonsys.pkl
tests/codes/data/bch/n13_k1_d8_alpha6_c1_sys.pkl
tests/codes/data/bch/n13_k1_d8_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n13_k1_d8_alpha9_c1_sys.pkl
tests/codes/data/bch/n13_k1_d8_alpha9_c3_nonsys.pkl
tests/codes/data/bch/n13_k1_d8_alpha9_c3_sys.pkl
tests/codes/data/bch/n13_k4_d4_alpha9_c3_nonsys.pkl
tests/codes/data/bch/n13_k4_d4_alpha9_c3_sys.pkl
tests/codes/data/bch/n13_k4_d5_alpha6_c1_nonsys.pkl
tests/codes/data/bch/n13_k4_d5_alpha6_c1_sys.pkl
tests/codes/data/bch/n13_k4_d5_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n13_k4_d5_alpha9_c1_sys.pkl
tests/codes/data/bch/n13_k4_d5_alpha9_c3_nonsys.pkl
tests/codes/data/bch/n13_k4_d5_alpha9_c3_sys.pkl
tests/codes/data/bch/n13_k4_d6_alpha6_c1_nonsys.pkl
tests/codes/data/bch/n13_k4_d6_alpha6_c1_sys.pkl
tests/codes/data/bch/n13_k4_d6_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n13_k4_d6_alpha9_c1_sys.pkl
tests/codes/data/bch/n13_k4_d7_alpha6_c1_nonsys.pkl
tests/codes/data/bch/n13_k4_d7_alpha6_c1_sys.pkl
tests/codes/data/bch/n13_k4_d7_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n13_k4_d7_alpha9_c1_sys.pkl
tests/codes/data/bch/n13_k7_d3_alpha6_c1_nonsys.pkl
tests/codes/data/bch/n13_k7_d3_alpha6_c1_sys.pkl
tests/codes/data/bch/n13_k7_d3_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n13_k7_d3_alpha9_c1_sys.pkl
tests/codes/data/bch/n13_k7_d3_alpha9_c3_nonsys.pkl
tests/codes/data/bch/n13_k7_d3_alpha9_c3_sys.pkl
tests/codes/data/bch/n13_k7_d4_alpha6_c1_nonsys.pkl
tests/codes/data/bch/n13_k7_d4_alpha6_c1_sys.pkl
tests/codes/data/bch/n13_k7_d4_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n13_k7_d4_alpha9_c1_sys.pkl
tests/codes/data/bch/n15_k11_d2_alpha2_c1_nonsys.pkl
tests/codes/data/bch/n15_k11_d2_alpha2_c1_sys.pkl
tests/codes/data/bch/n15_k11_d2_alpha2_c3_nonsys.pkl
tests/codes/data/bch/n15_k11_d2_alpha2_c3_sys.pkl
tests/codes/data/bch/n15_k11_d2_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n15_k11_d2_alpha9_c1_sys.pkl
tests/codes/data/bch/n15_k11_d3_alpha2_c1_nonsys.pkl
tests/codes/data/bch/n15_k11_d3_alpha2_c1_sys.pkl
tests/codes/data/bch/n15_k11_d3_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n15_k11_d3_alpha9_c1_sys.pkl
tests/codes/data/bch/n15_k15_d1_alpha2_c1_nonsys.pkl
tests/codes/data/bch/n15_k15_d1_alpha2_c1_sys.pkl
tests/codes/data/bch/n15_k15_d1_alpha2_c3_nonsys.pkl
tests/codes/data/bch/n15_k15_d1_alpha2_c3_sys.pkl
tests/codes/data/bch/n15_k15_d1_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n15_k15_d1_alpha9_c1_sys.pkl
tests/codes/data/bch/n15_k1_d6_alpha2_c3_nonsys.pkl
tests/codes/data/bch/n15_k1_d6_alpha2_c3_sys.pkl
tests/codes/data/bch/n15_k1_d7_alpha2_c3_nonsys.pkl
tests/codes/data/bch/n15_k1_d7_alpha2_c3_sys.pkl
tests/codes/data/bch/n15_k1_d8_alpha2_c1_nonsys.pkl
tests/codes/data/bch/n15_k1_d8_alpha2_c1_sys.pkl
tests/codes/data/bch/n15_k1_d8_alpha2_c3_nonsys.pkl
tests/codes/data/bch/n15_k1_d8_alpha2_c3_sys.pkl
tests/codes/data/bch/n15_k1_d8_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n15_k1_d8_alpha9_c1_sys.pkl
tests/codes/data/bch/n15_k5_d4_alpha2_c3_nonsys.pkl
tests/codes/data/bch/n15_k5_d4_alpha2_c3_sys.pkl
tests/codes/data/bch/n15_k5_d5_alpha2_c3_nonsys.pkl
tests/codes/data/bch/n15_k5_d5_alpha2_c3_sys.pkl
tests/codes/data/bch/n15_k5_d6_alpha2_c1_nonsys.pkl
tests/codes/data/bch/n15_k5_d6_alpha2_c1_sys.pkl
tests/codes/data/bch/n15_k5_d6_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n15_k5_d6_alpha9_c1_sys.pkl
tests/codes/data/bch/n15_k5_d7_alpha2_c1_nonsys.pkl
tests/codes/data/bch/n15_k5_d7_alpha2_c1_sys.pkl
tests/codes/data/bch/n15_k5_d7_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n15_k5_d7_alpha9_c1_sys.pkl
tests/codes/data/bch/n15_k7_d3_alpha2_c3_nonsys.pkl
tests/codes/data/bch/n15_k7_d3_alpha2_c3_sys.pkl
tests/codes/data/bch/n15_k7_d4_alpha2_c1_nonsys.pkl
tests/codes/data/bch/n15_k7_d4_alpha2_c1_sys.pkl
tests/codes/data/bch/n15_k7_d4_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n15_k7_d4_alpha9_c1_sys.pkl
tests/codes/data/bch/n15_k7_d5_alpha2_c1_nonsys.pkl
tests/codes/data/bch/n15_k7_d5_alpha2_c1_sys.pkl
tests/codes/data/bch/n15_k7_d5_alpha9_c1_nonsys.pkl
tests/codes/data/bch/n15_k7_d5_alpha9_c1_sys.pkl
tests/codes/data/bch/n26_k11_d6_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k11_d6_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k11_d8_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k11_d8_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k11_d8_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k11_d8_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k14_d5_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k14_d5_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k14_d6_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k14_d6_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k14_d6_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k14_d6_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k14_d7_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k14_d7_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k14_d7_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k14_d7_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k17_d4_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k17_d4_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k17_d5_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k17_d5_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k17_d5_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k17_d5_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k1_d16_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k1_d16_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k1_d17_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k1_d17_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k1_d18_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k1_d18_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k1_d18_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k1_d18_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k1_d18_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k1_d18_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k20_d3_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k20_d3_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k20_d3_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k20_d3_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k20_d3_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k20_d3_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k20_d4_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k20_d4_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k20_d4_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k20_d4_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k23_d2_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k23_d2_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k23_d2_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k23_d2_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k23_d2_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k23_d2_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k26_d1_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k26_d1_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k26_d1_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k26_d1_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k26_d1_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k26_d1_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k4_d13_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k4_d13_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k4_d14_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k4_d14_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k4_d15_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k4_d15_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k4_d15_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k4_d15_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k4_d15_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k4_d15_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k4_d16_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k4_d16_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k4_d16_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k4_d16_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k4_d17_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k4_d17_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k4_d17_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k4_d17_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k7_d12_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k7_d12_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k7_d14_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k7_d14_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k7_d14_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k7_d14_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k8_d10_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d10_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k8_d10_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d10_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k8_d10_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k8_d10_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k8_d11_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d11_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k8_d11_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d11_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k8_d11_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k8_d11_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k8_d12_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d12_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k8_d12_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d12_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k8_d13_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d13_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k8_d13_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d13_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k8_d7_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k8_d7_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k8_d8_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k8_d8_alpha3_c3_sys.pkl
tests/codes/data/bch/n26_k8_d9_alpha17_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d9_alpha17_c1_sys.pkl
tests/codes/data/bch/n26_k8_d9_alpha3_c1_nonsys.pkl
tests/codes/data/bch/n26_k8_d9_alpha3_c1_sys.pkl
tests/codes/data/bch/n26_k8_d9_alpha3_c3_nonsys.pkl
tests/codes/data/bch/n26_k8_d9_alpha3_c3_sys.pkl
tests/codes/data/reed_solomon/n15_k10_d6_alpha2_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k10_d6_alpha2_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k10_d6_alpha9_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k10_d6_alpha9_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k11_d5_alpha2_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k11_d5_alpha2_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k11_d5_alpha9_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k11_d5_alpha9_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k12_d4_alpha2_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k12_d4_alpha2_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k12_d4_alpha9_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k12_d4_alpha9_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k13_d3_alpha2_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k13_d3_alpha2_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k13_d3_alpha9_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k13_d3_alpha9_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k14_d2_alpha2_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k14_d2_alpha2_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k14_d2_alpha9_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k14_d2_alpha9_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k8_d8_alpha2_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k8_d8_alpha2_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k8_d8_alpha9_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k8_d8_alpha9_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k9_d7_alpha2_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k9_d7_alpha2_c1_sys.pkl
tests/codes/data/reed_solomon/n15_k9_d7_alpha9_c1_nonsys.pkl
tests/codes/data/reed_solomon/n15_k9_d7_alpha9_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k10_d7_alpha11_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k10_d7_alpha11_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k10_d7_alpha31_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k10_d7_alpha31_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k11_d6_alpha11_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k11_d6_alpha11_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k11_d6_alpha31_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k11_d6_alpha31_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k12_d5_alpha11_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k12_d5_alpha11_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k12_d5_alpha31_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k12_d5_alpha31_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k13_d4_alpha11_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k13_d4_alpha11_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k13_d4_alpha31_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k13_d4_alpha31_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k14_d3_alpha11_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k14_d3_alpha11_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k14_d3_alpha31_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k14_d3_alpha31_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k15_d2_alpha11_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k15_d2_alpha11_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k15_d2_alpha31_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k15_d2_alpha31_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k9_d8_alpha11_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k9_d8_alpha11_c1_sys.pkl
tests/codes/data/reed_solomon/n16_k9_d8_alpha31_c1_nonsys.pkl
tests/codes/data/reed_solomon/n16_k9_d8_alpha31_c1_sys.pkl
tests/data/carmichael_lambda.pkl
tests/data/crt.pkl
tests/data/egcd.pkl
tests/data/euler_phi.pkl
tests/data/ilog.pkl
tests/data/iroot.pkl
tests/data/is_cyclic.pkl
tests/data/is_perfect_power.pkl
tests/data/is_powersmooth.pkl
tests/data/is_prime.pkl
tests/data/is_prime_power.pkl
tests/data/is_smooth.pkl
tests/data/is_square_free.pkl
tests/data/isqrt.pkl
tests/data/kth_prime.pkl
tests/data/lcm.pkl
tests/data/next_prime.pkl
tests/data/prev_prime.pkl
tests/data/primes.pkl
tests/data/prod.pkl
tests/fields/__init__.py
tests/fields/conftest.py
tests/fields/test_advanced_arithmetic.py
tests/fields/test_arithmetic.py
tests/fields/test_arithmetic_exceptions.py
tests/fields/test_arithmetic_methods.py
tests/fields/test_assignment.py
tests/fields/test_bases.py
tests/fields/test_broadcasting.py
tests/fields/test_classes.py
tests/fields/test_constructors.py
tests/fields/test_conversion.py
tests/fields/test_factory.py
tests/fields/test_fft.py
tests/fields/test_instantiation.py
tests/fields/test_linalg.py
tests/fields/test_methods.py
tests/fields/test_normal_elements.py
tests/fields/test_ntt.py
tests/fields/test_numpy_functions.py
tests/fields/test_numpy_ufuncs.py
tests/fields/test_pickle.py
tests/fields/test_primitive_elements.py
tests/fields/test_properties.py
tests/fields/test_sqrt.py
tests/fields/test_squares.py
tests/fields/data/GF(109987^4)/add.pkl
tests/fields/data/GF(109987^4)/additive_inverse.pkl
tests/fields/data/GF(109987^4)/additive_order.pkl
tests/fields/data/GF(109987^4)/characteristic_poly_element.pkl
tests/fields/data/GF(109987^4)/characteristic_poly_matrix.pkl
tests/fields/data/GF(109987^4)/column_space.pkl
tests/fields/data/GF(109987^4)/convolve.pkl
tests/fields/data/GF(109987^4)/divide.pkl
tests/fields/data/GF(109987^4)/field_norm.pkl
tests/fields/data/GF(109987^4)/field_trace.pkl
tests/fields/data/GF(109987^4)/left_null_space.pkl
tests/fields/data/GF(109987^4)/log.pkl
tests/fields/data/GF(109987^4)/lu_decompose.pkl
tests/fields/data/GF(109987^4)/matrix_determinant.pkl
tests/fields/data/GF(109987^4)/matrix_inverse.pkl
tests/fields/data/GF(109987^4)/matrix_multiply.pkl
tests/fields/data/GF(109987^4)/matrix_solve.pkl
tests/fields/data/GF(109987^4)/minimal_poly_element.pkl
tests/fields/data/GF(109987^4)/multiplicative_inverse.pkl
tests/fields/data/GF(109987^4)/multiplicative_order.pkl
tests/fields/data/GF(109987^4)/multiply.pkl
tests/fields/data/GF(109987^4)/null_space.pkl
tests/fields/data/GF(109987^4)/plu_decompose.pkl
tests/fields/data/GF(109987^4)/power.pkl
tests/fields/data/GF(109987^4)/properties.json
tests/fields/data/GF(109987^4)/row_reduce.pkl
tests/fields/data/GF(109987^4)/row_space.pkl
tests/fields/data/GF(109987^4)/scalar_multiply.pkl
tests/fields/data/GF(109987^4)/subtract.pkl
tests/fields/data/GF(2)/add.pkl
tests/fields/data/GF(2)/additive_inverse.pkl
tests/fields/data/GF(2)/additive_order.pkl
tests/fields/data/GF(2)/characteristic_poly_element.pkl
tests/fields/data/GF(2)/characteristic_poly_matrix.pkl
tests/fields/data/GF(2)/column_space.pkl
tests/fields/data/GF(2)/convolve.pkl
tests/fields/data/GF(2)/divide.pkl
tests/fields/data/GF(2)/field_norm.pkl
tests/fields/data/GF(2)/field_trace.pkl
tests/fields/data/GF(2)/left_null_space.pkl
tests/fields/data/GF(2)/log.pkl
tests/fields/data/GF(2)/lu_decompose.pkl
tests/fields/data/GF(2)/matrix_determinant.pkl
tests/fields/data/GF(2)/matrix_inverse.pkl
tests/fields/data/GF(2)/matrix_multiply.pkl
tests/fields/data/GF(2)/matrix_solve.pkl
tests/fields/data/GF(2)/minimal_poly_element.pkl
tests/fields/data/GF(2)/multiplicative_inverse.pkl
tests/fields/data/GF(2)/multiplicative_order.pkl
tests/fields/data/GF(2)/multiply.pkl
tests/fields/data/GF(2)/null_space.pkl
tests/fields/data/GF(2)/plu_decompose.pkl
tests/fields/data/GF(2)/power.pkl
tests/fields/data/GF(2)/properties.json
tests/fields/data/GF(2)/row_reduce.pkl
tests/fields/data/GF(2)/row_space.pkl
tests/fields/data/GF(2)/scalar_multiply.pkl
tests/fields/data/GF(2)/subtract.pkl
tests/fields/data/GF(2147483647)/add.pkl
tests/fields/data/GF(2147483647)/additive_inverse.pkl
tests/fields/data/GF(2147483647)/additive_order.pkl
tests/fields/data/GF(2147483647)/characteristic_poly_element.pkl
tests/fields/data/GF(2147483647)/characteristic_poly_matrix.pkl
tests/fields/data/GF(2147483647)/column_space.pkl
tests/fields/data/GF(2147483647)/convolve.pkl
tests/fields/data/GF(2147483647)/divide.pkl
tests/fields/data/GF(2147483647)/field_norm.pkl
tests/fields/data/GF(2147483647)/field_trace.pkl
tests/fields/data/GF(2147483647)/left_null_space.pkl
tests/fields/data/GF(2147483647)/log.pkl
tests/fields/data/GF(2147483647)/lu_decompose.pkl
tests/fields/data/GF(2147483647)/matrix_determinant.pkl
tests/fields/data/GF(2147483647)/matrix_inverse.pkl
tests/fields/data/GF(2147483647)/matrix_multiply.pkl
tests/fields/data/GF(2147483647)/matrix_solve.pkl
tests/fields/data/GF(2147483647)/minimal_poly_element.pkl
tests/fields/data/GF(2147483647)/multiplicative_inverse.pkl
tests/fields/data/GF(2147483647)/multiplicative_order.pkl
tests/fields/data/GF(2147483647)/multiply.pkl
tests/fields/data/GF(2147483647)/null_space.pkl
tests/fields/data/GF(2147483647)/plu_decompose.pkl
tests/fields/data/GF(2147483647)/power.pkl
tests/fields/data/GF(2147483647)/properties.json
tests/fields/data/GF(2147483647)/row_reduce.pkl
tests/fields/data/GF(2147483647)/row_space.pkl
tests/fields/data/GF(2147483647)/scalar_multiply.pkl
tests/fields/data/GF(2147483647)/subtract.pkl
tests/fields/data/GF(2^100)/add.pkl
tests/fields/data/GF(2^100)/additive_inverse.pkl
tests/fields/data/GF(2^100)/additive_order.pkl
tests/fields/data/GF(2^100)/characteristic_poly_element.pkl
tests/fields/data/GF(2^100)/characteristic_poly_matrix.pkl
tests/fields/data/GF(2^100)/column_space.pkl
tests/fields/data/GF(2^100)/convolve.pkl
tests/fields/data/GF(2^100)/divide.pkl
tests/fields/data/GF(2^100)/field_norm.pkl
tests/fields/data/GF(2^100)/field_trace.pkl
tests/fields/data/GF(2^100)/left_null_space.pkl
tests/fields/data/GF(2^100)/log.pkl
tests/fields/data/GF(2^100)/lu_decompose.pkl
tests/fields/data/GF(2^100)/matrix_determinant.pkl
tests/fields/data/GF(2^100)/matrix_inverse.pkl
tests/fields/data/GF(2^100)/matrix_multiply.pkl
tests/fields/data/GF(2^100)/matrix_solve.pkl
tests/fields/data/GF(2^100)/minimal_poly_element.pkl
tests/fields/data/GF(2^100)/multiplicative_inverse.pkl
tests/fields/data/GF(2^100)/multiplicative_order.pkl
tests/fields/data/GF(2^100)/multiply.pkl
tests/fields/data/GF(2^100)/null_space.pkl
tests/fields/data/GF(2^100)/plu_decompose.pkl
tests/fields/data/GF(2^100)/power.pkl
tests/fields/data/GF(2^100)/properties.json
tests/fields/data/GF(2^100)/row_reduce.pkl
tests/fields/data/GF(2^100)/row_space.pkl
tests/fields/data/GF(2^100)/scalar_multiply.pkl
tests/fields/data/GF(2^100)/subtract.pkl
tests/fields/data/GF(2^2)/add.pkl
tests/fields/data/GF(2^2)/additive_inverse.pkl
tests/fields/data/GF(2^2)/additive_order.pkl
tests/fields/data/GF(2^2)/characteristic_poly_element.pkl
tests/fields/data/GF(2^2)/characteristic_poly_matrix.pkl
tests/fields/data/GF(2^2)/column_space.pkl
tests/fields/data/GF(2^2)/convolve.pkl
tests/fields/data/GF(2^2)/divide.pkl
tests/fields/data/GF(2^2)/field_norm.pkl
tests/fields/data/GF(2^2)/field_trace.pkl
tests/fields/data/GF(2^2)/left_null_space.pkl
tests/fields/data/GF(2^2)/log.pkl
tests/fields/data/GF(2^2)/lu_decompose.pkl
tests/fields/data/GF(2^2)/matrix_determinant.pkl
tests/fields/data/GF(2^2)/matrix_inverse.pkl
tests/fields/data/GF(2^2)/matrix_multiply.pkl
tests/fields/data/GF(2^2)/matrix_solve.pkl
tests/fields/data/GF(2^2)/minimal_poly_element.pkl
tests/fields/data/GF(2^2)/multiplicative_inverse.pkl
tests/fields/data/GF(2^2)/multiplicative_order.pkl
tests/fields/data/GF(2^2)/multiply.pkl
tests/fields/data/GF(2^2)/null_space.pkl
tests/fields/data/GF(2^2)/plu_decompose.pkl
tests/fields/data/GF(2^2)/power.pkl
tests/fields/data/GF(2^2)/properties.json
tests/fields/data/GF(2^2)/row_reduce.pkl
tests/fields/data/GF(2^2)/row_space.pkl
tests/fields/data/GF(2^2)/scalar_multiply.pkl
tests/fields/data/GF(2^2)/subtract.pkl
tests/fields/data/GF(2^3)/add.pkl
tests/fields/data/GF(2^3)/additive_inverse.pkl
tests/fields/data/GF(2^3)/additive_order.pkl
tests/fields/data/GF(2^3)/characteristic_poly_element.pkl
tests/fields/data/GF(2^3)/characteristic_poly_matrix.pkl
tests/fields/data/GF(2^3)/column_space.pkl
tests/fields/data/GF(2^3)/convolve.pkl
tests/fields/data/GF(2^3)/divide.pkl
tests/fields/data/GF(2^3)/field_norm.pkl
tests/fields/data/GF(2^3)/field_trace.pkl
tests/fields/data/GF(2^3)/left_null_space.pkl
tests/fields/data/GF(2^3)/log.pkl
tests/fields/data/GF(2^3)/lu_decompose.pkl
tests/fields/data/GF(2^3)/matrix_determinant.pkl
tests/fields/data/GF(2^3)/matrix_inverse.pkl
tests/fields/data/GF(2^3)/matrix_multiply.pkl
tests/fields/data/GF(2^3)/matrix_solve.pkl
tests/fields/data/GF(2^3)/minimal_poly_element.pkl
tests/fields/data/GF(2^3)/multiplicative_inverse.pkl
tests/fields/data/GF(2^3)/multiplicative_order.pkl
tests/fields/data/GF(2^3)/multiply.pkl
tests/fields/data/GF(2^3)/null_space.pkl
tests/fields/data/GF(2^3)/plu_decompose.pkl
tests/fields/data/GF(2^3)/power.pkl
tests/fields/data/GF(2^3)/properties.json
tests/fields/data/GF(2^3)/row_reduce.pkl
tests/fields/data/GF(2^3)/row_space.pkl
tests/fields/data/GF(2^3)/scalar_multiply.pkl
tests/fields/data/GF(2^3)/subtract.pkl
tests/fields/data/GF(2^32)/add.pkl
tests/fields/data/GF(2^32)/additive_inverse.pkl
tests/fields/data/GF(2^32)/additive_order.pkl
tests/fields/data/GF(2^32)/characteristic_poly_element.pkl
tests/fields/data/GF(2^32)/characteristic_poly_matrix.pkl
tests/fields/data/GF(2^32)/column_space.pkl
tests/fields/data/GF(2^32)/convolve.pkl
tests/fields/data/GF(2^32)/divide.pkl
tests/fields/data/GF(2^32)/field_norm.pkl
tests/fields/data/GF(2^32)/field_trace.pkl
tests/fields/data/GF(2^32)/left_null_space.pkl
tests/fields/data/GF(2^32)/log.pkl
tests/fields/data/GF(2^32)/lu_decompose.pkl
tests/fields/data/GF(2^32)/matrix_determinant.pkl
tests/fields/data/GF(2^32)/matrix_inverse.pkl
tests/fields/data/GF(2^32)/matrix_multiply.pkl
tests/fields/data/GF(2^32)/matrix_solve.pkl
tests/fields/data/GF(2^32)/minimal_poly_element.pkl
tests/fields/data/GF(2^32)/multiplicative_inverse.pkl
tests/fields/data/GF(2^32)/multiplicative_order.pkl
tests/fields/data/GF(2^32)/multiply.pkl
tests/fields/data/GF(2^32)/null_space.pkl
tests/fields/data/GF(2^32)/plu_decompose.pkl
tests/fields/data/GF(2^32)/power.pkl
tests/fields/data/GF(2^32)/properties.json
tests/fields/data/GF(2^32)/row_reduce.pkl
tests/fields/data/GF(2^32)/row_space.pkl
tests/fields/data/GF(2^32)/scalar_multiply.pkl
tests/fields/data/GF(2^32)/subtract.pkl
tests/fields/data/GF(2^8)/add.pkl
tests/fields/data/GF(2^8)/additive_inverse.pkl
tests/fields/data/GF(2^8)/additive_order.pkl
tests/fields/data/GF(2^8)/characteristic_poly_element.pkl
tests/fields/data/GF(2^8)/characteristic_poly_matrix.pkl
tests/fields/data/GF(2^8)/column_space.pkl
tests/fields/data/GF(2^8)/convolve.pkl
tests/fields/data/GF(2^8)/divide.pkl
tests/fields/data/GF(2^8)/field_norm.pkl
tests/fields/data/GF(2^8)/field_trace.pkl
tests/fields/data/GF(2^8)/left_null_space.pkl
tests/fields/data/GF(2^8)/log.pkl
tests/fields/data/GF(2^8)/lu_decompose.pkl
tests/fields/data/GF(2^8)/matrix_determinant.pkl
tests/fields/data/GF(2^8)/matrix_inverse.pkl
tests/fields/data/GF(2^8)/matrix_multiply.pkl
tests/fields/data/GF(2^8)/matrix_solve.pkl
tests/fields/data/GF(2^8)/minimal_poly_element.pkl
tests/fields/data/GF(2^8)/multiplicative_inverse.pkl
tests/fields/data/GF(2^8)/multiplicative_order.pkl
tests/fields/data/GF(2^8)/multiply.pkl
tests/fields/data/GF(2^8)/null_space.pkl
tests/fields/data/GF(2^8)/plu_decompose.pkl
tests/fields/data/GF(2^8)/power.pkl
tests/fields/data/GF(2^8)/properties.json
tests/fields/data/GF(2^8)/row_reduce.pkl
tests/fields/data/GF(2^8)/row_space.pkl
tests/fields/data/GF(2^8)/scalar_multiply.pkl
tests/fields/data/GF(2^8)/subtract.pkl
tests/fields/data/GF(2^8, 283, 19)/add.pkl
tests/fields/data/GF(2^8, 283, 19)/additive_inverse.pkl
tests/fields/data/GF(2^8, 283, 19)/additive_order.pkl
tests/fields/data/GF(2^8, 283, 19)/characteristic_poly_element.pkl
tests/fields/data/GF(2^8, 283, 19)/characteristic_poly_matrix.pkl
tests/fields/data/GF(2^8, 283, 19)/column_space.pkl
tests/fields/data/GF(2^8, 283, 19)/convolve.pkl
tests/fields/data/GF(2^8, 283, 19)/divide.pkl
tests/fields/data/GF(2^8, 283, 19)/field_norm.pkl
tests/fields/data/GF(2^8, 283, 19)/field_trace.pkl
tests/fields/data/GF(2^8, 283, 19)/left_null_space.pkl
tests/fields/data/GF(2^8, 283, 19)/log.pkl
tests/fields/data/GF(2^8, 283, 19)/lu_decompose.pkl
tests/fields/data/GF(2^8, 283, 19)/matrix_determinant.pkl
tests/fields/data/GF(2^8, 283, 19)/matrix_inverse.pkl
tests/fields/data/GF(2^8, 283, 19)/matrix_multiply.pkl
tests/fields/data/GF(2^8, 283, 19)/matrix_solve.pkl
tests/fields/data/GF(2^8, 283, 19)/minimal_poly_element.pkl
tests/fields/data/GF(2^8, 283, 19)/multiplicative_inverse.pkl
tests/fields/data/GF(2^8, 283, 19)/multiplicative_order.pkl
tests/fields/data/GF(2^8, 283, 19)/multiply.pkl
tests/fields/data/GF(2^8, 283, 19)/null_space.pkl
tests/fields/data/GF(2^8, 283, 19)/plu_decompose.pkl
tests/fields/data/GF(2^8, 283, 19)/power.pkl
tests/fields/data/GF(2^8, 283, 19)/properties.json
tests/fields/data/GF(2^8, 283, 19)/row_reduce.pkl
tests/fields/data/GF(2^8, 283, 19)/row_space.pkl
tests/fields/data/GF(2^8, 283, 19)/scalar_multiply.pkl
tests/fields/data/GF(2^8, 283, 19)/subtract.pkl
tests/fields/data/GF(31)/add.pkl
tests/fields/data/GF(31)/additive_inverse.pkl
tests/fields/data/GF(31)/additive_order.pkl
tests/fields/data/GF(31)/characteristic_poly_element.pkl
tests/fields/data/GF(31)/characteristic_poly_matrix.pkl
tests/fields/data/GF(31)/column_space.pkl
tests/fields/data/GF(31)/convolve.pkl
tests/fields/data/GF(31)/divide.pkl
tests/fields/data/GF(31)/field_norm.pkl
tests/fields/data/GF(31)/field_trace.pkl
tests/fields/data/GF(31)/left_null_space.pkl
tests/fields/data/GF(31)/log.pkl
tests/fields/data/GF(31)/lu_decompose.pkl
tests/fields/data/GF(31)/matrix_determinant.pkl
tests/fields/data/GF(31)/matrix_inverse.pkl
tests/fields/data/GF(31)/matrix_multiply.pkl
tests/fields/data/GF(31)/matrix_solve.pkl
tests/fields/data/GF(31)/minimal_poly_element.pkl
tests/fields/data/GF(31)/multiplicative_inverse.pkl
tests/fields/data/GF(31)/multiplicative_order.pkl
tests/fields/data/GF(31)/multiply.pkl
tests/fields/data/GF(31)/null_space.pkl
tests/fields/data/GF(31)/plu_decompose.pkl
tests/fields/data/GF(31)/power.pkl
tests/fields/data/GF(31)/properties.json
tests/fields/data/GF(31)/row_reduce.pkl
tests/fields/data/GF(31)/row_space.pkl
tests/fields/data/GF(31)/scalar_multiply.pkl
tests/fields/data/GF(31)/subtract.pkl
tests/fields/data/GF(3191)/add.pkl
tests/fields/data/GF(3191)/additive_inverse.pkl
tests/fields/data/GF(3191)/additive_order.pkl
tests/fields/data/GF(3191)/characteristic_poly_element.pkl
tests/fields/data/GF(3191)/characteristic_poly_matrix.pkl
tests/fields/data/GF(3191)/column_space.pkl
tests/fields/data/GF(3191)/convolve.pkl
tests/fields/data/GF(3191)/divide.pkl
tests/fields/data/GF(3191)/field_norm.pkl
tests/fields/data/GF(3191)/field_trace.pkl
tests/fields/data/GF(3191)/left_null_space.pkl
tests/fields/data/GF(3191)/log.pkl
tests/fields/data/GF(3191)/lu_decompose.pkl
tests/fields/data/GF(3191)/matrix_determinant.pkl
tests/fields/data/GF(3191)/matrix_inverse.pkl
tests/fields/data/GF(3191)/matrix_multiply.pkl
tests/fields/data/GF(3191)/matrix_solve.pkl
tests/fields/data/GF(3191)/minimal_poly_element.pkl
tests/fields/data/GF(3191)/multiplicative_inverse.pkl
tests/fields/data/GF(3191)/multiplicative_order.pkl
tests/fields/data/GF(3191)/multiply.pkl
tests/fields/data/GF(3191)/null_space.pkl
tests/fields/data/GF(3191)/plu_decompose.pkl
tests/fields/data/GF(3191)/power.pkl
tests/fields/data/GF(3191)/properties.json
tests/fields/data/GF(3191)/row_reduce.pkl
tests/fields/data/GF(3191)/row_space.pkl
tests/fields/data/GF(3191)/scalar_multiply.pkl
tests/fields/data/GF(3191)/subtract.pkl
tests/fields/data/GF(36893488147419103183)/add.pkl
tests/fields/data/GF(36893488147419103183)/additive_inverse.pkl
tests/fields/data/GF(36893488147419103183)/additive_order.pkl
tests/fields/data/GF(36893488147419103183)/characteristic_poly_element.pkl
tests/fields/data/GF(36893488147419103183)/characteristic_poly_matrix.pkl
tests/fields/data/GF(36893488147419103183)/column_space.pkl
tests/fields/data/GF(36893488147419103183)/convolve.pkl
tests/fields/data/GF(36893488147419103183)/divide.pkl
tests/fields/data/GF(36893488147419103183)/field_norm.pkl
tests/fields/data/GF(36893488147419103183)/field_trace.pkl
tests/fields/data/GF(36893488147419103183)/left_null_space.pkl
tests/fields/data/GF(36893488147419103183)/log.pkl
tests/fields/data/GF(36893488147419103183)/lu_decompose.pkl
tests/fields/data/GF(36893488147419103183)/matrix_determinant.pkl
tests/fields/data/GF(36893488147419103183)/matrix_inverse.pkl
tests/fields/data/GF(36893488147419103183)/matrix_multiply.pkl
tests/fields/data/GF(36893488147419103183)/matrix_solve.pkl
tests/fields/data/GF(36893488147419103183)/minimal_poly_element.pkl
tests/fields/data/GF(36893488147419103183)/multiplicative_inverse.pkl
tests/fields/data/GF(36893488147419103183)/multiplicative_order.pkl
tests/fields/data/GF(36893488147419103183)/multiply.pkl
tests/fields/data/GF(36893488147419103183)/null_space.pkl
tests/fields/data/GF(36893488147419103183)/plu_decompose.pkl
tests/fields/data/GF(36893488147419103183)/power.pkl
tests/fields/data/GF(36893488147419103183)/properties.json
tests/fields/data/GF(36893488147419103183)/row_reduce.pkl
tests/fields/data/GF(36893488147419103183)/row_space.pkl
tests/fields/data/GF(36893488147419103183)/scalar_multiply.pkl
tests/fields/data/GF(36893488147419103183)/subtract.pkl
tests/fields/data/GF(5)/add.pkl
tests/fields/data/GF(5)/additive_inverse.pkl
tests/fields/data/GF(5)/additive_order.pkl
tests/fields/data/GF(5)/characteristic_poly_element.pkl
tests/fields/data/GF(5)/characteristic_poly_matrix.pkl
tests/fields/data/GF(5)/column_space.pkl
tests/fields/data/GF(5)/convolve.pkl
tests/fields/data/GF(5)/divide.pkl
tests/fields/data/GF(5)/field_norm.pkl
tests/fields/data/GF(5)/field_trace.pkl
tests/fields/data/GF(5)/left_null_space.pkl
tests/fields/data/GF(5)/log.pkl
tests/fields/data/GF(5)/lu_decompose.pkl
tests/fields/data/GF(5)/matrix_determinant.pkl
tests/fields/data/GF(5)/matrix_inverse.pkl
tests/fields/data/GF(5)/matrix_multiply.pkl
tests/fields/data/GF(5)/matrix_solve.pkl
tests/fields/data/GF(5)/minimal_poly_element.pkl
tests/fields/data/GF(5)/multiplicative_inverse.pkl
tests/fields/data/GF(5)/multiplicative_order.pkl
tests/fields/data/GF(5)/multiply.pkl
tests/fields/data/GF(5)/null_space.pkl
tests/fields/data/GF(5)/plu_decompose.pkl
tests/fields/data/GF(5)/power.pkl
tests/fields/data/GF(5)/properties.json
tests/fields/data/GF(5)/row_reduce.pkl
tests/fields/data/GF(5)/row_space.pkl
tests/fields/data/GF(5)/scalar_multiply.pkl
tests/fields/data/GF(5)/subtract.pkl
tests/fields/data/GF(7)/add.pkl
tests/fields/data/GF(7)/additive_inverse.pkl
tests/fields/data/GF(7)/additive_order.pkl
tests/fields/data/GF(7)/characteristic_poly_element.pkl
tests/fields/data/GF(7)/characteristic_poly_matrix.pkl
tests/fields/data/GF(7)/column_space.pkl
tests/fields/data/GF(7)/convolve.pkl
tests/fields/data/GF(7)/divide.pkl
tests/fields/data/GF(7)/field_norm.pkl
tests/fields/data/GF(7)/field_trace.pkl
tests/fields/data/GF(7)/left_null_space.pkl
tests/fields/data/GF(7)/log.pkl
tests/fields/data/GF(7)/lu_decompose.pkl
tests/fields/data/GF(7)/matrix_determinant.pkl
tests/fields/data/GF(7)/matrix_inverse.pkl
tests/fields/data/GF(7)/matrix_multiply.pkl
tests/fields/data/GF(7)/matrix_solve.pkl
tests/fields/data/GF(7)/minimal_poly_element.pkl
tests/fields/data/GF(7)/multiplicative_inverse.pkl
tests/fields/data/GF(7)/multiplicative_order.pkl
tests/fields/data/GF(7)/multiply.pkl
tests/fields/data/GF(7)/null_space.pkl
tests/fields/data/GF(7)/plu_decompose.pkl
tests/fields/data/GF(7)/power.pkl
tests/fields/data/GF(7)/properties.json
tests/fields/data/GF(7)/row_reduce.pkl
tests/fields/data/GF(7)/row_space.pkl
tests/fields/data/GF(7)/scalar_multiply.pkl
tests/fields/data/GF(7)/subtract.pkl
tests/fields/data/GF(7^3)/add.pkl
tests/fields/data/GF(7^3)/additive_inverse.pkl
tests/fields/data/GF(7^3)/additive_order.pkl
tests/fields/data/GF(7^3)/characteristic_poly_element.pkl
tests/fields/data/GF(7^3)/characteristic_poly_matrix.pkl
tests/fields/data/GF(7^3)/column_space.pkl
tests/fields/data/GF(7^3)/convolve.pkl
tests/fields/data/GF(7^3)/divide.pkl
tests/fields/data/GF(7^3)/field_norm.pkl
tests/fields/data/GF(7^3)/field_trace.pkl
tests/fields/data/GF(7^3)/left_null_space.pkl
tests/fields/data/GF(7^3)/log.pkl
tests/fields/data/GF(7^3)/lu_decompose.pkl
tests/fields/data/GF(7^3)/matrix_determinant.pkl
tests/fields/data/GF(7^3)/matrix_inverse.pkl
tests/fields/data/GF(7^3)/matrix_multiply.pkl
tests/fields/data/GF(7^3)/matrix_solve.pkl
tests/fields/data/GF(7^3)/minimal_poly_element.pkl
tests/fields/data/GF(7^3)/multiplicative_inverse.pkl
tests/fields/data/GF(7^3)/multiplicative_order.pkl
tests/fields/data/GF(7^3)/multiply.pkl
tests/fields/data/GF(7^3)/null_space.pkl
tests/fields/data/GF(7^3)/plu_decompose.pkl
tests/fields/data/GF(7^3)/power.pkl
tests/fields/data/GF(7^3)/properties.json
tests/fields/data/GF(7^3)/row_reduce.pkl
tests/fields/data/GF(7^3)/row_space.pkl
tests/fields/data/GF(7^3)/scalar_multiply.pkl
tests/fields/data/GF(7^3)/subtract.pkl
tests/fields/data/GF(7^3, 643, 244)/add.pkl
tests/fields/data/GF(7^3, 643, 244)/additive_inverse.pkl
tests/fields/data/GF(7^3, 643, 244)/additive_order.pkl
tests/fields/data/GF(7^3, 643, 244)/characteristic_poly_element.pkl
tests/fields/data/GF(7^3, 643, 244)/characteristic_poly_matrix.pkl
tests/fields/data/GF(7^3, 643, 244)/column_space.pkl
tests/fields/data/GF(7^3, 643, 244)/convolve.pkl
tests/fields/data/GF(7^3, 643, 244)/divide.pkl
tests/fields/data/GF(7^3, 643, 244)/field_norm.pkl
tests/fields/data/GF(7^3, 643, 244)/field_trace.pkl
tests/fields/data/GF(7^3, 643, 244)/left_null_space.pkl
tests/fields/data/GF(7^3, 643, 244)/log.pkl
tests/fields/data/GF(7^3, 643, 244)/lu_decompose.pkl
tests/fields/data/GF(7^3, 643, 244)/matrix_determinant.pkl
tests/fields/data/GF(7^3, 643, 244)/matrix_inverse.pkl
tests/fields/data/GF(7^3, 643, 244)/matrix_multiply.pkl
tests/fields/data/GF(7^3, 643, 244)/matrix_solve.pkl
tests/fields/data/GF(7^3, 643, 244)/minimal_poly_element.pkl
tests/fields/data/GF(7^3, 643, 244)/multiplicative_inverse.pkl
tests/fields/data/GF(7^3, 643, 244)/multiplicative_order.pkl
tests/fields/data/GF(7^3, 643, 244)/multiply.pkl
tests/fields/data/GF(7^3, 643, 244)/null_space.pkl
tests/fields/data/GF(7^3, 643, 244)/plu_decompose.pkl
tests/fields/data/GF(7^3, 643, 244)/power.pkl
tests/fields/data/GF(7^3, 643, 244)/properties.json
tests/fields/data/GF(7^3, 643, 244)/row_reduce.pkl
tests/fields/data/GF(7^3, 643, 244)/row_space.pkl
tests/fields/data/GF(7^3, 643, 244)/scalar_multiply.pkl
tests/fields/data/GF(7^3, 643, 244)/subtract.pkl
tests/fields/luts/__init__.py
tests/fields/luts/normal_elements.py
tests/fields/luts/normal_elements_2.py
tests/fields/luts/normal_elements_3.py
tests/fields/luts/normal_elements_5.py
tests/fields/luts/primitive_elements.py
tests/fields/luts/primitive_elements_2.py
tests/fields/luts/primitive_elements_3.py
tests/fields/luts/primitive_elements_5.py
tests/polys/__init__.py
tests/polys/conftest.py
tests/polys/test_arithmetic.py
tests/polys/test_arithmetic_exceptions.py
tests/polys/test_arithmetic_functions.py
tests/polys/test_arithmetic_implementations.py
tests/polys/test_arithmetic_methods.py
tests/polys/test_constructors.py
tests/polys/test_conversions.py
tests/polys/test_conway_polys.py
tests/polys/test_factors.py
tests/polys/test_instantiation.py
tests/polys/test_irreducible_polys.py
tests/polys/test_lagrange_poly.py
tests/polys/test_non_poly_arithmetic.py
tests/polys/test_operations.py
tests/polys/test_poly_tests.py
tests/polys/test_primitive_polys.py
tests/polys/data/GF(109987^4)/add.pkl
tests/polys/data/GF(109987^4)/crt.pkl
tests/polys/data/GF(109987^4)/derivative.pkl
tests/polys/data/GF(109987^4)/divmod.pkl
tests/polys/data/GF(109987^4)/egcd.pkl
tests/polys/data/GF(109987^4)/evaluate.pkl
tests/polys/data/GF(109987^4)/evaluate_matrix.pkl
tests/polys/data/GF(109987^4)/evaluate_poly.pkl
tests/polys/data/GF(109987^4)/is_irreducible.pkl
tests/polys/data/GF(109987^4)/is_monic.pkl
tests/polys/data/GF(109987^4)/is_primitive.pkl
tests/polys/data/GF(109987^4)/is_square_free.pkl
tests/polys/data/GF(109987^4)/lagrange_poly.pkl
tests/polys/data/GF(109987^4)/lcm.pkl
tests/polys/data/GF(109987^4)/modular_power.pkl
tests/polys/data/GF(109987^4)/multiply.pkl
tests/polys/data/GF(109987^4)/power.pkl
tests/polys/data/GF(109987^4)/prod.pkl
tests/polys/data/GF(109987^4)/reverse.pkl
tests/polys/data/GF(109987^4)/roots.pkl
tests/polys/data/GF(109987^4)/scalar_multiply.pkl
tests/polys/data/GF(109987^4)/subtract.pkl
tests/polys/data/GF(2)/add.pkl
tests/polys/data/GF(2)/crt.pkl
tests/polys/data/GF(2)/derivative.pkl
tests/polys/data/GF(2)/divmod.pkl
tests/polys/data/GF(2)/egcd.pkl
tests/polys/data/GF(2)/evaluate.pkl
tests/polys/data/GF(2)/evaluate_matrix.pkl
tests/polys/data/GF(2)/evaluate_poly.pkl
tests/polys/data/GF(2)/is_irreducible.pkl
tests/polys/data/GF(2)/is_monic.pkl
tests/polys/data/GF(2)/is_primitive.pkl
tests/polys/data/GF(2)/is_square_free.pkl
tests/polys/data/GF(2)/lagrange_poly.pkl
tests/polys/data/GF(2)/lcm.pkl
tests/polys/data/GF(2)/modular_power.pkl
tests/polys/data/GF(2)/multiply.pkl
tests/polys/data/GF(2)/power.pkl
tests/polys/data/GF(2)/prod.pkl
tests/polys/data/GF(2)/reverse.pkl
tests/polys/data/GF(2)/roots.pkl
tests/polys/data/GF(2)/scalar_multiply.pkl
tests/polys/data/GF(2)/subtract.pkl
tests/polys/data/GF(2147483647)/add.pkl
tests/polys/data/GF(2147483647)/crt.pkl
tests/polys/data/GF(2147483647)/derivative.pkl
tests/polys/data/GF(2147483647)/divmod.pkl
tests/polys/data/GF(2147483647)/egcd.pkl
tests/polys/data/GF(2147483647)/evaluate.pkl
tests/polys/data/GF(2147483647)/evaluate_matrix.pkl
tests/polys/data/GF(2147483647)/evaluate_poly.pkl
tests/polys/data/GF(2147483647)/is_irreducible.pkl
tests/polys/data/GF(2147483647)/is_monic.pkl
tests/polys/data/GF(2147483647)/is_primitive.pkl
tests/polys/data/GF(2147483647)/is_square_free.pkl
tests/polys/data/GF(2147483647)/lagrange_poly.pkl
tests/polys/data/GF(2147483647)/lcm.pkl
tests/polys/data/GF(2147483647)/modular_power.pkl
tests/polys/data/GF(2147483647)/multiply.pkl
tests/polys/data/GF(2147483647)/power.pkl
tests/polys/data/GF(2147483647)/prod.pkl
tests/polys/data/GF(2147483647)/reverse.pkl
tests/polys/data/GF(2147483647)/roots.pkl
tests/polys/data/GF(2147483647)/scalar_multiply.pkl
tests/polys/data/GF(2147483647)/subtract.pkl
tests/polys/data/GF(2^100)/add.pkl
tests/polys/data/GF(2^100)/crt.pkl
tests/polys/data/GF(2^100)/derivative.pkl
tests/polys/data/GF(2^100)/divmod.pkl
tests/polys/data/GF(2^100)/egcd.pkl
tests/polys/data/GF(2^100)/evaluate.pkl
tests/polys/data/GF(2^100)/evaluate_matrix.pkl
tests/polys/data/GF(2^100)/evaluate_poly.pkl
tests/polys/data/GF(2^100)/is_irreducible.pkl
tests/polys/data/GF(2^100)/is_monic.pkl
tests/polys/data/GF(2^100)/is_primitive.pkl
tests/polys/data/GF(2^100)/is_square_free.pkl
tests/polys/data/GF(2^100)/lagrange_poly.pkl
tests/polys/data/GF(2^100)/lcm.pkl
tests/polys/data/GF(2^100)/modular_power.pkl
tests/polys/data/GF(2^100)/multiply.pkl
tests/polys/data/GF(2^100)/power.pkl
tests/polys/data/GF(2^100)/prod.pkl
tests/polys/data/GF(2^100)/reverse.pkl
tests/polys/data/GF(2^100)/roots.pkl
tests/polys/data/GF(2^100)/scalar_multiply.pkl
tests/polys/data/GF(2^100)/subtract.pkl
tests/polys/data/GF(2^2)/add.pkl
tests/polys/data/GF(2^2)/crt.pkl
tests/polys/data/GF(2^2)/derivative.pkl
tests/polys/data/GF(2^2)/divmod.pkl
tests/polys/data/GF(2^2)/egcd.pkl
tests/polys/data/GF(2^2)/evaluate.pkl
tests/polys/data/GF(2^2)/evaluate_matrix.pkl
tests/polys/data/GF(2^2)/evaluate_poly.pkl
tests/polys/data/GF(2^2)/is_irreducible.pkl
tests/polys/data/GF(2^2)/is_monic.pkl
tests/polys/data/GF(2^2)/is_primitive.pkl
tests/polys/data/GF(2^2)/is_square_free.pkl
tests/polys/data/GF(2^2)/lagrange_poly.pkl
tests/polys/data/GF(2^2)/lcm.pkl
tests/polys/data/GF(2^2)/modular_power.pkl
tests/polys/data/GF(2^2)/multiply.pkl
tests/polys/data/GF(2^2)/power.pkl
tests/polys/data/GF(2^2)/prod.pkl
tests/polys/data/GF(2^2)/reverse.pkl
tests/polys/data/GF(2^2)/roots.pkl
tests/polys/data/GF(2^2)/scalar_multiply.pkl
tests/polys/data/GF(2^2)/subtract.pkl
tests/polys/data/GF(2^3)/add.pkl
tests/polys/data/GF(2^3)/crt.pkl
tests/polys/data/GF(2^3)/derivative.pkl
tests/polys/data/GF(2^3)/divmod.pkl
tests/polys/data/GF(2^3)/egcd.pkl
tests/polys/data/GF(2^3)/evaluate.pkl
tests/polys/data/GF(2^3)/evaluate_matrix.pkl
tests/polys/data/GF(2^3)/evaluate_poly.pkl
tests/polys/data/GF(2^3)/is_irreducible.pkl
tests/polys/data/GF(2^3)/is_monic.pkl
tests/polys/data/GF(2^3)/is_primitive.pkl
tests/polys/data/GF(2^3)/is_square_free.pkl
tests/polys/data/GF(2^3)/lagrange_poly.pkl
tests/polys/data/GF(2^3)/lcm.pkl
tests/polys/data/GF(2^3)/modular_power.pkl
tests/polys/data/GF(2^3)/multiply.pkl
tests/polys/data/GF(2^3)/power.pkl
tests/polys/data/GF(2^3)/prod.pkl
tests/polys/data/GF(2^3)/reverse.pkl
tests/polys/data/GF(2^3)/roots.pkl
tests/polys/data/GF(2^3)/scalar_multiply.pkl
tests/polys/data/GF(2^3)/subtract.pkl
tests/polys/data/GF(2^32)/add.pkl
tests/polys/data/GF(2^32)/crt.pkl
tests/polys/data/GF(2^32)/derivative.pkl
tests/polys/data/GF(2^32)/divmod.pkl
tests/polys/data/GF(2^32)/egcd.pkl
tests/polys/data/GF(2^32)/evaluate.pkl
tests/polys/data/GF(2^32)/evaluate_matrix.pkl
tests/polys/data/GF(2^32)/evaluate_poly.pkl
tests/polys/data/GF(2^32)/is_irreducible.pkl
tests/polys/data/GF(2^32)/is_monic.pkl
tests/polys/data/GF(2^32)/is_primitive.pkl
tests/polys/data/GF(2^32)/is_square_free.pkl
tests/polys/data/GF(2^32)/lagrange_poly.pkl
tests/polys/data/GF(2^32)/lcm.pkl
tests/polys/data/GF(2^32)/modular_power.pkl
tests/polys/data/GF(2^32)/multiply.pkl
tests/polys/data/GF(2^32)/power.pkl
tests/polys/data/GF(2^32)/prod.pkl
tests/polys/data/GF(2^32)/reverse.pkl
tests/polys/data/GF(2^32)/roots.pkl
tests/polys/data/GF(2^32)/scalar_multiply.pkl
tests/polys/data/GF(2^32)/subtract.pkl
tests/polys/data/GF(2^8)/add.pkl
tests/polys/data/GF(2^8)/crt.pkl
tests/polys/data/GF(2^8)/derivative.pkl
tests/polys/data/GF(2^8)/divmod.pkl
tests/polys/data/GF(2^8)/egcd.pkl
tests/polys/data/GF(2^8)/evaluate.pkl
tests/polys/data/GF(2^8)/evaluate_matrix.pkl
tests/polys/data/GF(2^8)/evaluate_poly.pkl
tests/polys/data/GF(2^8)/is_irreducible.pkl
tests/polys/data/GF(2^8)/is_monic.pkl
tests/polys/data/GF(2^8)/is_primitive.pkl
tests/polys/data/GF(2^8)/is_square_free.pkl
tests/polys/data/GF(2^8)/lagrange_poly.pkl
tests/polys/data/GF(2^8)/lcm.pkl
tests/polys/data/GF(2^8)/modular_power.pkl
tests/polys/data/GF(2^8)/multiply.pkl
tests/polys/data/GF(2^8)/power.pkl
tests/polys/data/GF(2^8)/prod.pkl
tests/polys/data/GF(2^8)/reverse.pkl
tests/polys/data/GF(2^8)/roots.pkl
tests/polys/data/GF(2^8)/scalar_multiply.pkl
tests/polys/data/GF(2^8)/subtract.pkl
tests/polys/data/GF(2^8, 283, 19)/add.pkl
tests/polys/data/GF(2^8, 283, 19)/crt.pkl
tests/polys/data/GF(2^8, 283, 19)/derivative.pkl
tests/polys/data/GF(2^8, 283, 19)/divmod.pkl
tests/polys/data/GF(2^8, 283, 19)/egcd.pkl
tests/polys/data/GF(2^8, 283, 19)/evaluate.pkl
tests/polys/data/GF(2^8, 283, 19)/evaluate_matrix.pkl
tests/polys/data/GF(2^8, 283, 19)/evaluate_poly.pkl
tests/polys/data/GF(2^8, 283, 19)/is_irreducible.pkl
tests/polys/data/GF(2^8, 283, 19)/is_monic.pkl
tests/polys/data/GF(2^8, 283, 19)/is_primitive.pkl
tests/polys/data/GF(2^8, 283, 19)/is_square_free.pkl
tests/polys/data/GF(2^8, 283, 19)/lagrange_poly.pkl
tests/polys/data/GF(2^8, 283, 19)/lcm.pkl
tests/polys/data/GF(2^8, 283, 19)/modular_power.pkl
tests/polys/data/GF(2^8, 283, 19)/multiply.pkl
tests/polys/data/GF(2^8, 283, 19)/power.pkl
tests/polys/data/GF(2^8, 283, 19)/prod.pkl
tests/polys/data/GF(2^8, 283, 19)/reverse.pkl
tests/polys/data/GF(2^8, 283, 19)/roots.pkl
tests/polys/data/GF(2^8, 283, 19)/scalar_multiply.pkl
tests/polys/data/GF(2^8, 283, 19)/subtract.pkl
tests/polys/data/GF(31)/add.pkl
tests/polys/data/GF(31)/crt.pkl
tests/polys/data/GF(31)/derivative.pkl
tests/polys/data/GF(31)/divmod.pkl
tests/polys/data/GF(31)/egcd.pkl
tests/polys/data/GF(31)/evaluate.pkl
tests/polys/data/GF(31)/evaluate_matrix.pkl
tests/polys/data/GF(31)/evaluate_poly.pkl
tests/polys/data/GF(31)/is_irreducible.pkl
tests/polys/data/GF(31)/is_monic.pkl
tests/polys/data/GF(31)/is_primitive.pkl
tests/polys/data/GF(31)/is_square_free.pkl
tests/polys/data/GF(31)/lagrange_poly.pkl
tests/polys/data/GF(31)/lcm.pkl
tests/polys/data/GF(31)/modular_power.pkl
tests/polys/data/GF(31)/multiply.pkl
tests/polys/data/GF(31)/power.pkl
tests/polys/data/GF(31)/prod.pkl
tests/polys/data/GF(31)/reverse.pkl
tests/polys/data/GF(31)/roots.pkl
tests/polys/data/GF(31)/scalar_multiply.pkl
tests/polys/data/GF(31)/subtract.pkl
tests/polys/data/GF(3191)/add.pkl
tests/polys/data/GF(3191)/crt.pkl
tests/polys/data/GF(3191)/derivative.pkl
tests/polys/data/GF(3191)/divmod.pkl
tests/polys/data/GF(3191)/egcd.pkl
tests/polys/data/GF(3191)/evaluate.pkl
tests/polys/data/GF(3191)/evaluate_matrix.pkl
tests/polys/data/GF(3191)/evaluate_poly.pkl
tests/polys/data/GF(3191)/is_irreducible.pkl
tests/polys/data/GF(3191)/is_monic.pkl
tests/polys/data/GF(3191)/is_primitive.pkl
tests/polys/data/GF(3191)/is_square_free.pkl
tests/polys/data/GF(3191)/lagrange_poly.pkl
tests/polys/data/GF(3191)/lcm.pkl
tests/polys/data/GF(3191)/modular_power.pkl
tests/polys/data/GF(3191)/multiply.pkl
tests/polys/data/GF(3191)/power.pkl
tests/polys/data/GF(3191)/prod.pkl
tests/polys/data/GF(3191)/reverse.pkl
tests/polys/data/GF(3191)/roots.pkl
tests/polys/data/GF(3191)/scalar_multiply.pkl
tests/polys/data/GF(3191)/subtract.pkl
tests/polys/data/GF(36893488147419103183)/add.pkl
tests/polys/data/GF(36893488147419103183)/crt.pkl
tests/polys/data/GF(36893488147419103183)/derivative.pkl
tests/polys/data/GF(36893488147419103183)/divmod.pkl
tests/polys/data/GF(36893488147419103183)/egcd.pkl
tests/polys/data/GF(36893488147419103183)/evaluate.pkl
tests/polys/data/GF(36893488147419103183)/evaluate_matrix.pkl
tests/polys/data/GF(36893488147419103183)/evaluate_poly.pkl
tests/polys/data/GF(36893488147419103183)/is_irreducible.pkl
tests/polys/data/GF(36893488147419103183)/is_monic.pkl
tests/polys/data/GF(36893488147419103183)/is_primitive.pkl
tests/polys/data/GF(36893488147419103183)/is_square_free.pkl
tests/polys/data/GF(36893488147419103183)/lagrange_poly.pkl
tests/polys/data/GF(36893488147419103183)/lcm.pkl
tests/polys/data/GF(36893488147419103183)/modular_power.pkl
tests/polys/data/GF(36893488147419103183)/multiply.pkl
tests/polys/data/GF(36893488147419103183)/power.pkl
tests/polys/data/GF(36893488147419103183)/prod.pkl
tests/polys/data/GF(36893488147419103183)/reverse.pkl
tests/polys/data/GF(36893488147419103183)/roots.pkl
tests/polys/data/GF(36893488147419103183)/scalar_multiply.pkl
tests/polys/data/GF(36893488147419103183)/subtract.pkl
tests/polys/data/GF(5)/add.pkl
tests/polys/data/GF(5)/crt.pkl
tests/polys/data/GF(5)/derivative.pkl
tests/polys/data/GF(5)/divmod.pkl
tests/polys/data/GF(5)/egcd.pkl
tests/polys/data/GF(5)/evaluate.pkl
tests/polys/data/GF(5)/evaluate_matrix.pkl
tests/polys/data/GF(5)/evaluate_poly.pkl
tests/polys/data/GF(5)/is_irreducible.pkl
tests/polys/data/GF(5)/is_monic.pkl
tests/polys/data/GF(5)/is_primitive.pkl
tests/polys/data/GF(5)/is_square_free.pkl
tests/polys/data/GF(5)/lagrange_poly.pkl
tests/polys/data/GF(5)/lcm.pkl
tests/polys/data/GF(5)/modular_power.pkl
tests/polys/data/GF(5)/multiply.pkl
tests/polys/data/GF(5)/power.pkl
tests/polys/data/GF(5)/prod.pkl
tests/polys/data/GF(5)/reverse.pkl
tests/polys/data/GF(5)/roots.pkl
tests/polys/data/GF(5)/scalar_multiply.pkl
tests/polys/data/GF(5)/subtract.pkl
tests/polys/data/GF(7)/add.pkl
tests/polys/data/GF(7)/crt.pkl
tests/polys/data/GF(7)/derivative.pkl
tests/polys/data/GF(7)/divmod.pkl
tests/polys/data/GF(7)/egcd.pkl
tests/polys/data/GF(7)/evaluate.pkl
tests/polys/data/GF(7)/evaluate_matrix.pkl
tests/polys/data/GF(7)/evaluate_poly.pkl
tests/polys/data/GF(7)/is_irreducible.pkl
tests/polys/data/GF(7)/is_monic.pkl
tests/polys/data/GF(7)/is_primitive.pkl
tests/polys/data/GF(7)/is_square_free.pkl
tests/polys/data/GF(7)/lagrange_poly.pkl
tests/polys/data/GF(7)/lcm.pkl
tests/polys/data/GF(7)/modular_power.pkl
tests/polys/data/GF(7)/multiply.pkl
tests/polys/data/GF(7)/power.pkl
tests/polys/data/GF(7)/prod.pkl
tests/polys/data/GF(7)/reverse.pkl
tests/polys/data/GF(7)/roots.pkl
tests/polys/data/GF(7)/scalar_multiply.pkl
tests/polys/data/GF(7)/subtract.pkl
tests/polys/data/GF(7^3)/add.pkl
tests/polys/data/GF(7^3)/crt.pkl
tests/polys/data/GF(7^3)/derivative.pkl
tests/polys/data/GF(7^3)/divmod.pkl
tests/polys/data/GF(7^3)/egcd.pkl
tests/polys/data/GF(7^3)/evaluate.pkl
tests/polys/data/GF(7^3)/evaluate_matrix.pkl
tests/polys/data/GF(7^3)/evaluate_poly.pkl
tests/polys/data/GF(7^3)/is_irreducible.pkl
tests/polys/data/GF(7^3)/is_monic.pkl
tests/polys/data/GF(7^3)/is_primitive.pkl
tests/polys/data/GF(7^3)/is_square_free.pkl
tests/polys/data/GF(7^3)/lagrange_poly.pkl
tests/polys/data/GF(7^3)/lcm.pkl
tests/polys/data/GF(7^3)/modular_power.pkl
tests/polys/data/GF(7^3)/multiply.pkl
tests/polys/data/GF(7^3)/power.pkl
tests/polys/data/GF(7^3)/prod.pkl
tests/polys/data/GF(7^3)/reverse.pkl
tests/polys/data/GF(7^3)/roots.pkl
tests/polys/data/GF(7^3)/scalar_multiply.pkl
tests/polys/data/GF(7^3)/subtract.pkl
tests/polys/data/GF(7^3, 643, 244)/add.pkl
tests/polys/data/GF(7^3, 643, 244)/crt.pkl
tests/polys/data/GF(7^3, 643, 244)/derivative.pkl
tests/polys/data/GF(7^3, 643, 244)/divmod.pkl
tests/polys/data/GF(7^3, 643, 244)/egcd.pkl
tests/polys/data/GF(7^3, 643, 244)/evaluate.pkl
tests/polys/data/GF(7^3, 643, 244)/evaluate_matrix.pkl
tests/polys/data/GF(7^3, 643, 244)/evaluate_poly.pkl
tests/polys/data/GF(7^3, 643, 244)/is_irreducible.pkl
tests/polys/data/GF(7^3, 643, 244)/is_monic.pkl
tests/polys/data/GF(7^3, 643, 244)/is_primitive.pkl
tests/polys/data/GF(7^3, 643, 244)/is_square_free.pkl
tests/polys/data/GF(7^3, 643, 244)/lagrange_poly.pkl
tests/polys/data/GF(7^3, 643, 244)/lcm.pkl
tests/polys/data/GF(7^3, 643, 244)/modular_power.pkl
tests/polys/data/GF(7^3, 643, 244)/multiply.pkl
tests/polys/data/GF(7^3, 643, 244)/power.pkl
tests/polys/data/GF(7^3, 643, 244)/prod.pkl
tests/polys/data/GF(7^3, 643, 244)/reverse.pkl
tests/polys/data/GF(7^3, 643, 244)/roots.pkl
tests/polys/data/GF(7^3, 643, 244)/scalar_multiply.pkl
tests/polys/data/GF(7^3, 643, 244)/subtract.pkl
tests/polys/luts/__init__.py
tests/polys/luts/irreducible_polys.py
tests/polys/luts/irreducible_polys_2.py
tests/polys/luts/irreducible_polys_25.py
tests/polys/luts/irreducible_polys_3.py
tests/polys/luts/irreducible_polys_4.py
tests/polys/luts/irreducible_polys_5.py
tests/polys/luts/irreducible_polys_9.py
tests/polys/luts/irreducible_polys_min.py
tests/polys/luts/poly_factors.py
tests/polys/luts/primitive_polys.py
tests/polys/luts/primitive_polys_2.py
tests/polys/luts/primitive_polys_25.py
tests/polys/luts/primitive_polys_3.py
tests/polys/luts/primitive_polys_4.py
tests/polys/luts/primitive_polys_5.py
tests/polys/luts/primitive_polys_9.py