blis-src

This crate provides BLAS and/or CBLAS functions using BLIS.

Features:

This package does not provides Rust declarations for BLAS or CBLAS, which are available in the blas-sys and cblas-sys crates. See the blas example and cblas example for usage.

Users simply seeking a fast BLAS are encouraged to use blas-sys with the following in Cargo.toml:

toml [dependencies] blas-src = { version = "0.8", features = ["blis"] }