Linear algebra package for rust-ndarray using LAPACK, providing matrix operations and decompositions.
# Cargo.toml
[dependencies]
ndarray-linalg = "0.18.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Solves a linear system Ax = b using LAPACK.
Enable the `openblas` or `intel-mkl` feature: `ndarray-linalg = { version = "0.18", features = ["openblas"] }`.No dependency data recorded yet.