lapack icon indicating copy to clipboard operation
lapack copied to clipboard

Wrappers for LAPACK (Fortran)

Results 1 lapack issues
Sort by recently updated
recently updated
newest added

I have the following dependencies in Cargo.toml ``` lapack = "0.17.0" lapack-src = { version="0.8.0", features=["openblas"]} ``` When I use functions from `lapack` in my crate, I get linker errors...