Provides FFI bindings to the BLAS (Basic Linear Algebra Subprograms) Fortran library.
# Cargo.toml
[dependencies]
blas-sys = "0.9.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Calls BLAS dgemm_ to multiply two matrices.
Install a BLAS library or use a Rust-native alternative like `ndarray-linalg`.
No dependency data recorded yet.