- Notifications
You must be signed in to change notification settings - Fork10
blas-lapack-rs/lapack-src
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The packages provides aLAPACK source of choice.
The following implementations are available:
accelerate
, which is the one in theAccelerate framework (macOS only),intel-mkl
, which is the one inIntel MKL,netlib
, which is the reference one byNetlib,openblas
, which is the one inOpenBLAS, andr
, which is the one inR.
An implementation can be chosen as follows:
[dependencies]lapack-src = {version ="0.11",features = ["accelerate"] }lapack-src = {version ="0.11",features = ["intel-mkl"] }lapack-src = {version ="0.11",features = ["netlib"] }lapack-src = {version ="0.11",features = ["openblas"] }lapack-src = {version ="0.11",features = ["r"] }
Your contribution is highly appreciated. Do not hesitate to open an issue or apull request. Note that any contribution submitted for inclusion in the projectwill be licensed according to the terms given inLICENSE.md.
About
LAPACK source of choice
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.