index
:
stvnliu/matrix-rs.git
master
Rust library for matrix mathematics.
stvnliu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-03-22
bump: cargo version
HEAD
master
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
2025-01-25
chore(cargo): bump semVer
Zhongheng Liu
2025-01-25
feat: matrix math
Zhongheng Liu
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
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
2025-01-22
feat: various fixes
Zhongheng Liu
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