rust-sci
There are 11 repositories under rust-sci topic.
rust-ndarray/ndarray
ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations
hora-search/hora
🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 .
neuronika/neuronika
Tensors and dynamic neural networks in pure Rust.
bluss/matrixmultiply
General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
rust-ndarray/ndarray-stats
Statistical routines for ndarray
RReverser/serde-ndim
Serde support for n-dimensional arrays from self-describing formats
bluss/thread-tree
A tree-shaped thread pool used for spawning stack-bound scoped jobs with no work stealing. Derived from a little bit of rayon-core code + new thread pool on top.
espdev/csaps-rs
Cubic spline approximation (smoothing) in Rust
imjasonmiller/ndarray-pad
Padding for ndarray
jtrawinski/linfa-preprocessing
A data preprocessing library for Rust.