The package provides bindings to LAPACK (Fortran).
# Cargo.toml
[dependencies]
lapack-sys = "0.15.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Performs LU factorization using LAPACK's dgetrf.
Install LAPACK via your package manager (e.g., apt install liblapack-dev).
No dependency data recorded yet.