Provides a BLAS source of choice for linear algebra operations.
# Cargo.toml
[dependencies]
blas-src = "0.14.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates calling a BLAS function (ddot) using the blas-src crate.
Add a backend crate like `openblas-src` or `intel-mkl-src` as a dependency.
No dependency data recorded yet.