-
see the official website and the docs.rs documentation for code examples and usage instructions.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
matrixmultiply
General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
Do you plan to support integers as native types? I know there is an issue for the crate matrixmultiply for that, it seems it can be problematic because of overflow.
-
It would be interesting to see this library applied in a Rust version of Manim
-
rust-ndarray
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
Sadly Ndarray does look a little abandoned to me: https://github.com/rust-ndarray/ndarray
-
And Nalgebra, while better, also seems to have slowed down on commits and responses to issues and PRs. I have a PR there for a relatively simple wrapper type for row vectors which was explicitly requested by a maintainer, which hasn't even gotten a comment since for two weeks.