Commit Graph

11 Commits

Author SHA1 Message Date
72350416f5 Change license to MPL-2.0 2023-06-14 23:49:15 -07:00
b29bcc867d Refactor ops.
all binary operations now support operating by a scalar
2023-06-14 00:04:24 -07:00
bddc3e1977 rename solve to decompose and rearrange stuff 2023-05-06 23:14:43 -07:00
543769f691 Separate LU decomposition into its own file where other solving stuff will live 2023-05-06 01:34:31 -07:00
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