LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/matrix_dot_vector.py
examples/matrix_plus_matrix.py
examples/matrix_plus_vector.py
examples/vector_as_matrix.py
examples/vector_dot_matrix.py
examples/vector_dot_product.py
examples/vector_minus_vector.py
examples/vector_plus_matrix.py
examples/vector_plus_vector.py
linear_algebra_toolkit/__init__.py
linear_algebra_toolkit/objects.py
linear_algebra_toolkit/utils.py
linear_algebra_toolkit.egg-info/PKG-INFO
linear_algebra_toolkit.egg-info/SOURCES.txt
linear_algebra_toolkit.egg-info/dependency_links.txt
linear_algebra_toolkit.egg-info/top_level.txt
tests/test_objects.py
tests/test_utils.py