issues
search
bluss
/
matrixmultiply
General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
https://docs.rs/matrixmultiply/
Apache License 2.0
213
stars
25
forks
source link
Links and other knowledge about applied matrix multiplication
#61
Open
bluss
opened
3 years ago
bluss
commented
3 years ago
[ ] BLIS papers:
https://github.com/flame/blis#citations
[ ] Strassen
http://jianyuhuang.com/papers/sc16.pdf
https://dl.acm.org/doi/10.5555/3014904.3014983
[ ] Complex decomposition into three
https://github.com/rust-ndarray/ndarray/pull/1106#issuecomment-963497856
[ ] Complex 4M/2M/1M methods
https://www.cs.utexas.edu/users/flame/pubs/flawn85.pdf