Registry / other / openblas-src

openblas-src

JSON →
library0.10.16rscratesunverified

Provides a source of BLAS and LAPACK via OpenBLAS for Rust.

# Cargo.toml [dependencies] openblas-src = "0.10.16"
INSTALL
IMPORT
SIG · OPENBLAS-SRC
O
openblas-src
otherrustv0.10.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dgemm_
use openblas_src::c::dgemm_;

Links to OpenBLAS for linear algebra operations.

use openblas_src::c::dgemm_; fn main() { // Example usage requires proper setup; see documentation. println!("OpenBLAS linked"); }
Debug
Known issues
gotchaRequires system BLAS libraries or building from source; may need specific feature flags.
fix
Enable the 'system' feature or ensure OpenBLAS is installed.
affects: >=0.10.0
Upgrade
Version history
0.10.16latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
openblas-src — cargo add openblas-src · libregistry