Registry / other / lapack-src

lapack-src

JSON →
library0.13.0rscratesunverified

Provides a LAPACK source of choice for linear algebra operations, acting as a build dependency.

# Cargo.toml [dependencies] lapack-src = "0.13.0"
INSTALL
IMPORT
SIG · LAPACK-SRC
L
lapack-src
otherrustv0.13.0
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.

Lapack
use lapack_src::Lapack;

Verify LAPACK source availability.

use lapack_src::Lapack; fn main() { println!("LAPACK source configured"); }
Debug
Known issues
gotchaRequires a system LAPACK library or a source distribution to be installed.
fix
Ensure LAPACK is available via system package manager or set the appropriate feature flags.
affects: >=0.13.0
Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
lapack-src — cargo add lapack-src · libregistry