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)
See examples directory.