The package provides wrappers for BLAS (Fortran).
# Cargo.toml
[dependencies]
blas = "0.23.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Perform a double-precision general matrix multiply (dgemm) using BLAS.
Install a BLAS library and ensure it is linked correctly.
Ensure correct dimensions and memory layout to avoid undefined behavior.
No dependency data recorded yet.