|
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 |
|
|
b05a8172c0
|
Swizzle test reorganization
|
2023-05-24 22:39:23 -07:00 |
|
|
9b14bebb2d
|
Improve documentation on everything in lib.rs
|
2023-05-22 22:42:20 -07:00 |
|
|
e2a2bc7529
|
Huge refactor to flatten everything
but no API change I think
|
2023-05-21 22:52:47 -07:00 |
|
|
2b303892f7
|
Refactor LUDecompose slightly
|
2023-05-21 20:55:37 -07:00 |
|
|
6831027573
|
Document and refine decompose module
|
2023-05-09 22:27:05 -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 |
|