Linear algebra package for Rust.
and more (See Cargo.toml).
- OpenBLAS
openblas-static
: use OpenBLAS with static link (default)openblas-shared
: use OpenBLAS with shared linkopenblas-system
: use system OpenBLAS (experimental)
- Netlib
netlib-static
: use Netlib with static link (default)netlib-shared
: use Netlib with shared linknetlib-system
: use system Netlib (experimental)
- Intel MKL (non-free license, see the linked page)
intel-mkl
: use Intel MKL shared link (experimental)
See examples directory.