Schultzer/libblas
BLAS for Rust
This is a foundational library for Rust developers who need to perform highly optimized linear algebra operations. It provides a set of routines for basic vector and matrix operations, taking in numerical vectors and matrices and outputting transformed vectors and matrices. Developers building numerical computing applications in Rust are the primary users.
No commits in the last 6 months.
Use this if you are a Rust developer needing to integrate fast, reliable Basic Linear Algebra Subprograms (BLAS) into your application.
Not ideal if you are not a Rust developer or need a high-level numerical computing library with more complex data structures and algorithms built on top of BLAS.
Stars
16
Forks
3
Language
Rust
License
Apache-2.0
Category
Last pushed
May 12, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Schultzer/libblas"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SomeB1oody/RustyML
A high-performance machine learning library in pure Rust, offering statistical utilities, ML...
smartcorelib/smartcore
A comprehensive library for machine learning and numerical computing. Apply Machine Learning...
open-spaced-repetition/fsrs-rs
FSRS for Rust, including Optimizer and Scheduler
open-spaced-repetition/fsrs-optimizer
FSRS Optimizer Package
rust-ml/linfa
A Rust machine learning framework.