Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-22 | bump: cargo versionHEADmaster | Zhongheng Liu | |
2025-03-18 | test: thing | Zhongheng Liu | |
2025-02-14 | feat: create subtraction of matrices | Zhongheng Liu | |
2025-01-25 | chore(cargo): bump semVer | Zhongheng Liu | |
2025-01-25 | chore(cargo): bump semVer | Zhongheng Liu | |
2025-01-25 | feat: support float and better test case | Zhongheng Liu | |
tests: use function to generate data, in future can use JSON test data record to do it matrix: use f32 type | |||
2025-01-25 | chore(cargo): bump semVer | Zhongheng Liu | |
2025-01-25 | feat: matrix math | Zhongheng Liu | |
mul: impl Mul for LHS: i32, RHS: Matrix trait: trait MatrixMath definition for cofactor, minors, adjoint, determinant | |||
2025-01-23 | fix: correct from function | Zhongheng Liu | |
2025-01-23 | chore: bump cargo ver | Zhongheng Liu | |
2025-01-23 | feat(from): impl From i32 vector | Zhongheng Liu | |
2025-01-23 | feat(matrix_op): add multiplication | Zhongheng Liu | |
matrix_ops: add matrix multiply capability chore(fmt): flatten crate directory tests(ops): add tests for multiplication | |||
2025-01-23 | feat!: method stubs for mult and sub | Zhongheng Liu | |
2025-01-23 | Merge branch 'master' of homelab-fedora:stvnliu/matrix-rs | Zhongheng Liu | |
2025-01-23 | chore: add cargo description | Zhongheng Liu | |
2025-01-23 | chore: add cargo description | Zhongheng Liu | |
2025-01-23 | chore: bump project version | Zhongheng Liu | |
2025-01-23 | docs: write more documentation | Zhongheng Liu | |
2025-01-23 | chore(meta): update name and metadata | Zhongheng Liu | |
2025-01-22 | chore: update cargo toml | Zhongheng Liu | |
2025-01-22 | chore(cargo): convert project to lib | Zhongheng Liu | |
now the project is called libmatrix | |||
2025-01-22 | feat: various fixes | Zhongheng Liu | |
clippy: rm unnecessary borrows structure: move struct definitions around tests: add unit test for matrix operations errors: add custom error types | |||
2025-01-22 | fix: fixed row/column check in add | Zhongheng Liu | |
2025-01-22 | chore: update main rs to test | Zhongheng Liu | |
2025-01-22 | chore: cleanup some things | Zhongheng Liu | |
2025-01-22 | fix: fixed incorrect determinant sum | Zhongheng Liu | |
2025-01-22 | feat: add display trait to matrix | Zhongheng Liu | |
2025-01-22 | init: first working impl of determinant | Zhongheng Liu | |
types: added initial matrix definition and impl blocks |