[][src]Crate lapack_src

[]

LAPACK source of choice.

The usage of the package is explained here.

Configuration

The following implementations are available:

An implementation can be chosen as follows:

[dependencies]
lapack-src = { version = "0.4", features = ["accelerate"] }
lapack-src = { version = "0.4", features = ["intel-mkl"] }
lapack-src = { version = "0.4", features = ["netlib"] }
lapack-src = { version = "0.4", features = ["openblas"] }