Commit Graph

7 Commits

Author SHA1 Message Date
8fcb032b1a Seperate LU tests into their own file 2023-05-06 00:39:06 -07:00
3989c5a8ec 3x3 matrix tests 2022-12-04 20:24:57 -08:00
1e8399eb41 Flesh out LU solving and add more tests 2022-12-03 16:56:39 -08:00
57636dc8dd Fix Solve and add unit tests on an identity matrix 2022-11-27 21:20:15 -08:00
0cc31266e9 More work on fleshing out the Matrix class
LU decomposition doesnt work yet :sad:
2022-11-26 23:23:28 -08:00
2829c52487 Yeet Scalar
A better solution may be needed for matrix*scalar ops than using `num` though
2022-11-16 22:53:53 -08:00
e928ed6926 Expand API and start adding tests 2022-08-18 21:07:05 -07:00