-
rust-ndarray
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
The date of the last commit of [ndarray](https://github.com/rust-ndarray/ndarray) lies 6 month in the past while many recent issues are open and untouched.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
faer-rs
Discontinued Linear algebra foundation for the Rust programming language [Moved to: https://github.com/sarah-quinones/faer-rs]
in that case, you may be interested in following the development of faer-rs. it's still in its experimental phase, but so far i would say the results look promising for large matrices.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Helper crate for working with image data of varying type?
-
What is the most efficient way to study Rust for scientific computing applications?
-
How does explicit unrolling differ from iterating through elements one-by-one? (ndarray example)
-
Any efficient way of splitting vector?
-
Help slicing 2D array in no_std environment