add Matrix class
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 6 Oct 2022 05:03:33 +0000 (22:03 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 6 Oct 2022 05:03:33 +0000 (22:03 -0700)
commit05c03eb9551619d9a61874cd7639020e49a1999f
treea096ef8cf12395b0152b80c356b78d3f08ebef41
parent6e50a7e744c539587ee05f1e96d7d5ff452df53a
add Matrix class
.gitignore
setup.py
src/bigint_presentation_code/matrix.py [new file with mode: 0644]
src/bigint_presentation_code/test_matrix.py [new file with mode: 0644]