Skip to content

rust-ndarray/ndarray-linalg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  • Intel MKL (non-free license, see the linked page)
    • intel-mkl: use Intel MKL shared link (experimental)

Examples

See examples directory.

About

Linear algebra package for rust-ndarray using LAPACK binding

Topics

Resources

License

Stars

Watchers

Forks

Contributors 30

Languages