Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 461 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 461 Bytes

Linear Algebra eXtension (LAX)

crates.io docs.rs

ndarray-free safe Rust wrapper for LAPACK FFI for implementing ndarray-linalg crate. This crate responsibles for

  • Linking to LAPACK shared/static libraries
  • Dispatching to LAPACK routines based on scalar types by using Lapack trait