.flake8
.gitignore
.readthedocs.yaml
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
pyproject.toml
requirements.txt
.claude/rules/dependency_management.md
.claude/rules/doc_dev_guide.md
.claude/rules/doc_how_to.md
.claude/rules/doc_python.md
.claude/rules/doc_readme.md
.claude/rules/doc_user_guide.md
.claude/rules/documentation.md
.claude/rules/environment.md
.claude/rules/filecache.md
.claude/rules/how_to.md
.claude/rules/logging.md
.claude/rules/python.md
.claude/rules/python_testing.md
.claude/rules/security.md
.claude/skills/bug-report/SKILL.md
.claude/skills/critique-documentation/SKILL.md
.claude/skills/critique-test-suite/SKILL.md
.claude/skills/git-workflow/SKILL.md
.claude/skills/pull-request/SKILL.md
.claude/skills/python-codebase-analysis/SKILL.md
.claude/skills/python-codebase-analysis/reference.md
.claude/skills/run-all-checks/SKILL.md
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/other.md
.github/workflows/audit.yml
.github/workflows/publish_to_pypi.yml
.github/workflows/publish_to_test_pypi.yml
.github/workflows/run-tests.yml
.vscode/settings.json
critiques/2026-08-09-code-critique.md
critiques/2026-08-10-performance-critique.md
docs/CODE_OF_CONDUCT.md
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/make.bat
docs/module.rst
icons/link.png
scripts/read-docs.sh
scripts/run-all-checks.sh
scripts/setup-venv.sh
src/polymath/__init__.py
src/polymath/__init__.pyi
src/polymath/_version.py
src/polymath/boolean.py
src/polymath/boolean.pyi
src/polymath/matrix.py
src/polymath/matrix.pyi
src/polymath/matrix3.py
src/polymath/matrix3.pyi
src/polymath/pair.py
src/polymath/pair.pyi
src/polymath/polynomial.py
src/polymath/polynomial.pyi
src/polymath/py.typed
src/polymath/quaternion.py
src/polymath/quaternion.pyi
src/polymath/qube.py
src/polymath/qube.pyi
src/polymath/scalar.py
src/polymath/scalar.pyi
src/polymath/unit.py
src/polymath/unit.pyi
src/polymath/vector.py
src/polymath/vector.pyi
src/polymath/vector3.py
src/polymath/vector3.pyi
src/polymath/extensions/__init__.py
src/polymath/extensions/attr_ops.py
src/polymath/extensions/broadcaster.py
src/polymath/extensions/casting.py
src/polymath/extensions/deriv_ops.py
src/polymath/extensions/dtypes.py
src/polymath/extensions/errors.py
src/polymath/extensions/indexer.py
src/polymath/extensions/item_ops.py
src/polymath/extensions/iterator.py
src/polymath/extensions/mask_ops.py
src/polymath/extensions/masking.py
src/polymath/extensions/math_ops.py
src/polymath/extensions/pickler.py
src/polymath/extensions/readonly_ops.py
src/polymath/extensions/shaper.py
src/polymath/extensions/shrinker.py
src/polymath/extensions/tvl.py
src/polymath/extensions/unit_ops.py
src/polymath/extensions/vector_ops.py
src/rms_polymath.egg-info/PKG-INFO
src/rms_polymath.egg-info/SOURCES.txt
src/rms_polymath.egg-info/dependency_links.txt
src/rms_polymath.egg-info/requires.txt
src/rms_polymath.egg-info/scm_file_list.json
src/rms_polymath.egg-info/scm_version.json
src/rms_polymath.egg-info/top_level.txt
tests/__init__.py
tests/test_boolean.py
tests/test_indices.py
tests/test_math_ops_coverage.py
tests/test_matrix3.py
tests/test_matrix3_deriv_class.py
tests/test_matrix3_euler.py
tests/test_matrix3_pickle.py
tests/test_matrix3_quaternion.py
tests/test_matrix3_twovec.py
tests/test_matrix_column_vectors.py
tests/test_matrix_comprehensive.py
tests/test_matrix_inverse.py
tests/test_matrix_is_diagonal.py
tests/test_matrix_misc.py
tests/test_matrix_ops.py
tests/test_matrix_row_vectors.py
tests/test_matrix_solve.py
tests/test_matrix_unitary.py
tests/test_pair.py
tests/test_pair_as_pair.py
tests/test_pair_clip2d.py
tests/test_pair_misc.py
tests/test_pair_swapxy.py
tests/test_polynomial_arithmetic.py
tests/test_polynomial_basic.py
tests/test_polynomial_operations.py
tests/test_quaternion.py
tests/test_quaternion_euler.py
tests/test_quaternion_matrix3.py
tests/test_quaternion_ops.py
tests/test_quaternion_parts.py
tests/test_qube_add_attr.py
tests/test_qube_all.py
tests/test_qube_any.py
tests/test_qube_as_this_type.py
tests/test_qube_cast.py
tests/test_qube_clone.py
tests/test_qube_coverage.py
tests/test_qube_derivs.py
tests/test_qube_ext_item_ops.py
tests/test_qube_ext_mask_ops.py
tests/test_qube_ext_math_ops.py
tests/test_qube_ext_pickler.py
tests/test_qube_ext_shrinker.py
tests/test_qube_ext_tvl.py
tests/test_qube_ext_vector_ops.py
tests/test_qube_getitem.py
tests/test_qube_getstate.py
tests/test_qube_identity.py
tests/test_qube_items.py
tests/test_qube_iterate.py
tests/test_qube_masking.py
tests/test_qube_new_from_parts.py
tests/test_qube_power.py
tests/test_qube_readonly.py
tests/test_qube_reshaping.py
tests/test_qube_setitem.py
tests/test_qube_shrink.py
tests/test_qube_stack.py
tests/test_qube_types.py
tests/test_qube_unit.py
tests/test_qube_zero.py
tests/test_scalar_arccos.py
tests/test_scalar_arcsin.py
tests/test_scalar_arctan.py
tests/test_scalar_arctan2.py
tests/test_scalar_as_index.py
tests/test_scalar_as_scalar.py
tests/test_scalar_comprehensive.py
tests/test_scalar_cos.py
tests/test_scalar_coverage.py
tests/test_scalar_exp.py
tests/test_scalar_frac.py
tests/test_scalar_int.py
tests/test_scalar_log.py
tests/test_scalar_max.py
tests/test_scalar_maximum.py
tests/test_scalar_mean.py
tests/test_scalar_median.py
tests/test_scalar_min.py
tests/test_scalar_minimum.py
tests/test_scalar_misc.py
tests/test_scalar_ops.py
tests/test_scalar_quadratic.py
tests/test_scalar_sign.py
tests/test_scalar_sin.py
tests/test_scalar_sqrt.py
tests/test_scalar_sum.py
tests/test_scalar_tan.py
tests/test_units.py
tests/test_vector3_advanced.py
tests/test_vector3_basic.py
tests/test_vector3_misc.py
tests/test_vector3_operations.py
tests/test_vector3_spin.py
tests/test_vector_as_column.py
tests/test_vector_as_diagonal.py
tests/test_vector_as_index.py
tests/test_vector_as_row.py
tests/test_vector_as_vector.py
tests/test_vector_comprehensive.py
tests/test_vector_cross_2x2.py
tests/test_vector_cross_3x3.py
tests/test_vector_dot.py
tests/test_vector_element_div.py
tests/test_vector_element_mul.py
tests/test_vector_int.py
tests/test_vector_masking.py
tests/test_vector_mean_sum.py
tests/test_vector_norm.py
tests/test_vector_norm_sq.py
tests/test_vector_ops.py
tests/test_vector_outer.py
tests/test_vector_perp.py
tests/test_vector_proj.py
tests/test_vector_reciprocal.py
tests/test_vector_scalars.py
tests/test_vector_sep.py
tests/test_vector_to_pair.py
tests/test_vector_ucross.py
tests/test_vector_unit.py
tests/test_vector_with_norm.py