Commit Graph

10 Commits

Author SHA1 Message Date
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
2ba8d9d323 determinants, solvers, and inverse 2022-11-27 14:59:36 -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
53b1f5fdfa Identity and Determinant traits 2022-11-22 19:14:05 -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
969a1ece67 More API and fleshing things out 2022-11-14 21:23:15 -08:00
e928ed6926 Expand API and start adding tests 2022-08-18 21:07:05 -07:00
2bb625bdaf Consolidate Matrix class 2022-08-01 00:33:43 -07:00
6491b7c692 More messing around 2022-07-28 18:49:48 -07:00