Skip to content

Commit f5f6484

Browse files
committed
Updated bullet list in lib.rs and README
1 parent 65a6b47 commit f5f6484

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ lapack-src = { version = "0.8", features = ["accelerate"] }
2121
lapack-src = { version = "0.8", features = ["intel-mkl"] }
2222
lapack-src = { version = "0.8", features = ["netlib"] }
2323
lapack-src = { version = "0.8", features = ["openblas"] }
24+
r-src = { version = "0.8", features = ["r"] }
2425
```
2526

2627
## Contribution
@@ -36,6 +37,7 @@ will be licensed according to the terms given in [LICENSE.md](LICENSE.md).
3637
[intel mkl]: https://software.intel.com/en-us/mkl
3738
[netlib]: http://www.netlib.org/
3839
[openblas]: http://www.openblas.net/
40+
[R]: https://cran.r-project.org
3941

4042
[build-img]: https://travis-ci.org/blas-lapack-rs/lapack-src.svg?branch=master
4143
[build-url]: https://travis-ci.org/blas-lapack-rs/lapack-src

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
//! * `intel-mkl`, which is the one in [Intel MKL],
1111
//! * `netlib`, which is the reference one by [Netlib], and
1212
//! * `openblas`, which is the one in [OpenBLAS].
13+
//! * `r`, which is the one in [R].
1314
//!
1415
//! An implementation can be chosen as follows:
1516
//!

0 commit comments

Comments
 (0)