Linear algebra package for Rust.
and more (See Cargo.toml).
openblas-static
: use OpenBLAS with static link (default)openblas-shared
: use OpenBLAS with shared linkopenblas-system
: use system OpenBLAS (experimental)netlib-static
: use Netlib with static link (default)netlib-shared
: use Netlib with shared linknetlib-system
: use system Netlib (experimental)See examples directory.