ndarray-linalg 0.6.2

Linear algebra package for rust-ndarray using LAPACK
Documentation

ndarray-linalg

Crate docs.rs wercker status

Linear algebra package for Rust.

Dependencies

and more (See Cargo.toml).

Feature flags

  • OpenBLAS
    • openblas-static: use OpenBLAS with static link (default)
    • openblas-shared: use OpenBLAS with shared link
    • openblas-system: use system OpenBLAS (experimental)
  • Netlib
    • netlib-static: use Netlib with static link (default)
    • netlib-shared: use Netlib with shared link
    • netlib-system: use system Netlib (experimental)

Examples

See examples directory.