Matrix multiplication calculator.
Go to file
2022-11-17 21:35:45 -05:00
src move proc to seperate file 2022-11-17 21:35:45 -05:00
.gitignore better makefile 2022-11-15 11:45:52 -05:00
LICENSE Initial commit 2022-11-13 20:42:28 -05:00
Makefile specify main compilation file 2022-11-17 21:34:43 -05:00
README.md Initial commit 2022-11-13 20:42:28 -05:00

multrix

Matrix multiplication calculator; calculates the cross & dot products of 2 matrices.