File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ lapack-src = { version = "0.8", features = ["accelerate"] }
21
21
lapack-src = { version = " 0.8" , features = [" intel-mkl" ] }
22
22
lapack-src = { version = " 0.8" , features = [" netlib" ] }
23
23
lapack-src = { version = " 0.8" , features = [" openblas" ] }
24
+ r-src = { version = " 0.8" , features = [" r" ] }
24
25
```
25
26
26
27
## Contribution
@@ -36,6 +37,7 @@ will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
36
37
[ intel mkl ] : https://software.intel.com/en-us/mkl
37
38
[ netlib ] : http://www.netlib.org/
38
39
[ openblas ] : http://www.openblas.net/
40
+ [ R ] : https://cran.r-project.org
39
41
40
42
[ build-img ] : https://travis-ci.org/blas-lapack-rs/lapack-src.svg?branch=master
41
43
[ build-url ] : https://travis-ci.org/blas-lapack-rs/lapack-src
Original file line number Diff line number Diff line change 10
10
//! * `intel-mkl`, which is the one in [Intel MKL],
11
11
//! * `netlib`, which is the reference one by [Netlib], and
12
12
//! * `openblas`, which is the one in [OpenBLAS].
13
+ //! * `r`, which is the one in [R].
13
14
//!
14
15
//! An implementation can be chosen as follows:
15
16
//!
You can’t perform that action at this time.
0 commit comments