LAPACK

The package provides wrappers for LAPACK (Fortran).
Architecture
Example
use *;
let n = 3;
let mut a = vec!;
let mut w = vec!;
let mut work = vec!;
let lwork = 4 * n;
let mut info = 0;
unsafe
assert!;
for in w.iter.zip
Development
The code is generated via a Python script based on the content the lapack-sys
submodule. To re-generate, run the following commands:
Contribution
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.