We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47aff79 commit d26077aCopy full SHA for d26077a
README.md
@@ -1,4 +1,4 @@
1
-# r-src - A Source of `BLAS` and `LAPACK` via R
+# r-src : A Source of `BLAS` and `LAPACK` via R
2
3
[](https://github.com/blas-lapack-rs/r-src/actions)
4
[](https://crates.io/crates/r_src)
@@ -11,6 +11,10 @@ script for this particular crate owes a lot to
11
[extendr](https://github.com/extendr) project, with sections lifted
12
from there, in addition to new code.
13
14
+Use of this package is explained
15
+[here](https://blas-lapack-rs.github.io/usage), specifically under the
16
+_Sources_ section.
17
+
18
## Installation
19
20
This library can be installed as usual. It can also built from source
0 commit comments