Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

LAPACK source of choice

License

NotificationsYou must be signed in to change notification settings

blas-lapack-rs/lapack-src

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The packages provides aLAPACK source of choice.

Configuration

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, and
  • r, 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"] }

Contribution

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors7

Languages


[8]ページ先頭

©2009-2025 Movatter.jp