.coveragerc
.gitignore
.gitlab-ci.yml
LICENSE
README.md
SECURITY.md
ToDo.md
figname.pdf
pyproject.toml
requirements.txt
requirements_dev.txt
setup.py
tox.ini
tutorial.py
.github/FUNDING.yml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codecov.yml
.github/workflows/codeql-analysis.yml
.github/workflows/tests.yml
cga_py/__init__.py
cga_py/base_objects.py
cga_py/conditions.py
cga_py/dorst_motions.py
cga_py/errors.py
cga_py/four_quaternions.py
cga_py/geom_generators.py
cga_py/kinematic_polynomials.py
cga_py/multivector.py
cga_py/operators.py
cga_py/permutations.py
cga_py/random_gen.py
cga_py/visualization.py
cga_py.egg-info/PKG-INFO
cga_py.egg-info/SOURCES.txt
cga_py.egg-info/dependency_links.txt
cga_py.egg-info/top_level.txt
cga_py/bin/cga_py_vis.py
doc/Makefile
doc/make.bat
doc/source/conf.py
doc/source/index.rst
experiments/class_optimization.py
experiments/visualization_testing.py
helper/InnerProduct.txt
helper/Multiplication
helper/OuterProduct.txt
helper/Reverse.txt
helper/index_shift.py
helper/permutator.py
tests/__init__.py
tests/test_conditions.py
tests/test_dorst_motions.py
tests/test_errors.py
tests/test_four_quaternion.py
tests/test_geom_generators.py
tests/test_kinematic_poly.py
tests/test_multivec.py
tests/test_operators.py
tests/test_rand.py
tests/test_sample.py
tests/test_vis.py
tests/testing.py