coral-blas

Crates.iocoral-blas
lib.rscoral-blas
version0.3.2
created_at2025-11-01 05:08:19.665777+00
updated_at2025-11-25 09:09:02.530471+00
descriptiona pure-rust safe blas implementation
homepage
repositoryhttps://github.com/devdeliw/coral/tree/main/coral-safe
max_upload_size
id1911699
size297,715
deval (devdeliw)

documentation

README

crates.io docs.rs license

CORAL

Core Rust Architecture for Linear Algebra. This is a pure-Rust implementation of BLAS routines that is fully safe, and uses portable-simd; it's applicable for all architectures and has no dependencies.

coral uses a more idiomatic, modern API to be fully-safe. However, an unsafe fortran77 wrapper conforming to the legacy BLAS API is also provided.

Only single-precision routines are implemented, and it needs nightly.

Here are some benchmarks.

Commit count: 0

cargo fmt