Blis-sys

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

Features:

It does not provides the BLAS or CBLAS functions Rust declarations. It is meant to use the ones provides by blas-sys and cblas-sys crates instead.

See also blas example or cblas example.