File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The packages provides a [ LAPACK] source of choice.
4
4
5
- The usage of the package is explained [ here ] [ usage ] .
5
+ ## [ Architecture ]
6
6
7
7
## Configuration
8
8
@@ -29,12 +29,13 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
29
29
pull request. Note that any contribution submitted for inclusion in the project
30
30
will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
31
31
32
+ [ architecture ] : https://blas-lapack-rs.github.io/architecture
33
+ [ lapack ] : https://en.wikipedia.org/wiki/LAPACK
34
+
32
35
[ accelerate ] : https://developer.apple.com/reference/accelerate
33
36
[ intel mkl ] : https://software.intel.com/en-us/mkl
34
- [ lapack ] : https://en.wikipedia.org/wiki/LAPACK
35
37
[ netlib ] : http://www.netlib.org/
36
38
[ openblas ] : http://www.openblas.net/
37
- [ usage ] : https://blas-lapack-rs.github.io/usage
38
39
39
40
[ build-img ] : https://travis-ci.org/blas-lapack-rs/lapack-src.svg?branch=master
40
41
[ build-url ] : https://travis-ci.org/blas-lapack-rs/lapack-src
Original file line number Diff line number Diff line change 1
1
//! [LAPACK] source of choice.
2
2
//!
3
- //! The usage of the package is explained [here][usage].
3
+ //! ## [Architecture]
4
4
//!
5
5
//! ## Configuration
6
6
//!
21
21
//! lapack-src = { version = "0.6", features = ["openblas"] }
22
22
//! ```
23
23
//!
24
+ //! [architecture]: https://blas-lapack-rs.github.io/architecture
25
+ //! [lapack]: https://en.wikipedia.org/wiki/LAPACK
26
+ //!
24
27
//! [accelerate]: https://developer.apple.com/reference/accelerate
25
28
//! [intel mkl]: https://software.intel.com/en-us/mkl
26
- //! [lapack]: https://en.wikipedia.org/wiki/LAPACK
27
29
//! [netlib]: http://www.netlib.org/
28
30
//! [openblas]: http://www.openblas.net/
29
- //! [usage]: https://blas-lapack-rs.github.io/usage
30
31
31
32
#![ no_std]
32
33
You can’t perform that action at this time.
0 commit comments