1
- # netlib-src [ ![ Package] [ package-img ]] [ package-url ] [ ![ Build] [ build-img ]] [ build-url ]
1
+ # netlib-src [ ![ Package] [ package-img ]] [ package-url ] [ ![ Documentation ] [ documentation-img ]] [ documentation-url ] [ ![ Build] [ build-img ]] [ build-url ]
2
2
3
- The package provides [ BLAS] [ 1 ] and [ LAPACK] [ 2 ] using the [ Netlib] [ 3 ]
4
- implementation. By default, the package will build and use a bundled Netlib,
5
- which requires a Fortran and C compiler.
3
+ The package provides an implementation of [ BLAS] and [ LAPACK] via [ Netlib] . The
4
+ usage of the package is explained [ here] [ usage ] .
6
5
7
6
The following Cargo features are supported:
8
7
@@ -11,28 +10,20 @@ The following Cargo features are supported:
11
10
* ` static ` to link to Netlib statically, and
12
11
* ` system ` to skip building the bundled Netlib.
13
12
14
- ## Where are all the FFI definitions?
15
-
16
- This package provides only an implementation of BLAS and LAPACK. Bindings are
17
- available in [ blas-sys] [ 4 ] and [ lapack-sys] [ 5 ] , and wrappers are available in
18
- [ blas] [ 6 ] and [ lapack] [ 7 ] .
19
-
20
13
## Contribution
21
14
22
15
Your contribution is highly appreciated. Do not hesitate to open an issue or a
23
16
pull request. Note that any contribution submitted for inclusion in the project
24
17
will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
25
18
26
- [ 1 ] : https://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms
27
- [ 2 ] : https://en.wikipedia.org/wiki/LAPACK
28
- [ 3 ] : http://www.netlib.org/lapack
29
-
30
- [ 4 ] : https://github.com/stainless-steel/blas-sys
31
- [ 5 ] : https://github.com/stainless-steel/lapack-sys
32
- [ 6 ] : https://github.com/stainless-steel/blas
33
- [ 7 ] : https://github.com/stainless-steel/lapack
19
+ [ blas ] : https://en.wikipedia.org/wiki/BLAS
20
+ [ lapack ] : https://en.wikipedia.org/wiki/LAPACK
21
+ [ netlib ] : http://www.netlib.org/
22
+ [ usage ] : https://blas-lapack-rs.github.io/usage
34
23
35
24
[ build-img ] : https://travis-ci.org/cmr/netlib-src.svg?branch=master
36
25
[ build-url ] : https://travis-ci.org/cmr/netlib-src
26
+ [ documentation-img ] : https://docs.rs/netlib-src/badge.svg
27
+ [ documentation-url ] : https://docs.rs/netlib-src
37
28
[ package-img ] : https://img.shields.io/crates/v/netlib-src.svg
38
29
[ package-url ] : https://crates.io/crates/netlib-src
0 commit comments