Commit Graph

19 Commits

Author SHA1 Message Date
df3c2b4ba9 Update actions 2023-05-02 22:00:45 -07:00
99ea5415ec allow test to continue if changelog isn't ready yet. 2023-05-02 00:19:19 -07:00
93b9c24f98 Add changelog file 2023-05-02 00:08:32 -07:00
cbd4800e6b Add github actions for testing 2023-05-02 00:07:33 -07:00
b13fe3dcd2 Correct docs for matrix regarding scalar types 2023-04-27 00:31:50 -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
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
96482fb0d1 Rename and reformat 2022-07-25 21:30:34 -07:00
f275b1cf7a Index2D and Array2D 2022-07-25 21:12:11 -07:00
1abf9a6369 initial commit 2022-07-25 20:06:09 -07:00