File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The package provides a source of [ BLAS] and [ LAPACK] via [ Netlib] .
4
4
5
- The usage of the package is explained [ here] [ usage ] .
5
+ ## [ Architecture]
6
+
7
+ ## Configuration
6
8
7
9
The following Cargo features are supported:
8
10
@@ -18,10 +20,10 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
18
20
pull request. Note that any contribution submitted for inclusion in the project
19
21
will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
20
22
23
+ [ architecture ] : https://blas-lapack-rs.github.io/architecture
21
24
[ blas ] : https://en.wikipedia.org/wiki/BLAS
22
25
[ lapack ] : https://en.wikipedia.org/wiki/LAPACK
23
26
[ netlib ] : http://www.netlib.org/
24
- [ usage ] : https://blas-lapack-rs.github.io/usage
25
27
26
28
[ build-img ] : https://travis-ci.org/blas-lapack-rs/netlib-src.svg?branch=master
27
29
[ build-url ] : https://travis-ci.org/blas-lapack-rs/netlib-src
Original file line number Diff line number Diff line change 1
1
//! Source of [BLAS] and [LAPACK] via [Netlib].
2
2
//!
3
- //! The usage of the package is explained [here][usage].
3
+ //! ## [Architecture]
4
+ //!
5
+ //! ## Configuration
4
6
//!
5
7
//! The following Cargo features are supported:
6
8
//!
10
12
//! * `system` to skip building the bundled Netlib, and
11
13
//! * `tmg` to build TMG (enabled by default).
12
14
//!
15
+ //! [architecture]: https://blas-lapack-rs.github.io/architecture
13
16
//! [blas]: https://en.wikipedia.org/wiki/BLAS
14
17
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
15
18
//! [netlib]: http://www.netlib.org/
16
- //! [usage]: https://blas-lapack-rs.github.io/usage
17
19
18
20
#![ no_std]
You can’t perform that action at this time.
0 commit comments