File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33The package provides a source of [ BLAS] and [ LAPACK] via [ Netlib] .
44
5- The usage of the package is explained [ here] [ usage ] .
5+ ## [ Architecture]
6+
7+ ## Configuration
68
79The following Cargo features are supported:
810
@@ -18,10 +20,10 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
1820pull request. Note that any contribution submitted for inclusion in the project
1921will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
2022
23+ [ architecture ] : https://blas-lapack-rs.github.io/architecture
2124[ blas ] : https://en.wikipedia.org/wiki/BLAS
2225[ lapack ] : https://en.wikipedia.org/wiki/LAPACK
2326[ netlib ] : http://www.netlib.org/
24- [ usage ] : https://blas-lapack-rs.github.io/usage
2527
2628[ build-img ] : https://travis-ci.org/blas-lapack-rs/netlib-src.svg?branch=master
2729[ build-url ] : https://travis-ci.org/blas-lapack-rs/netlib-src
Original file line number Diff line number Diff line change 11//! Source of [BLAS] and [LAPACK] via [Netlib].
22//!
3- //! The usage of the package is explained [here][usage].
3+ //! ## [Architecture]
4+ //!
5+ //! ## Configuration
46//!
57//! The following Cargo features are supported:
68//!
1012//! * `system` to skip building the bundled Netlib, and
1113//! * `tmg` to build TMG (enabled by default).
1214//!
15+ //! [architecture]: https://blas-lapack-rs.github.io/architecture
1316//! [blas]: https://en.wikipedia.org/wiki/BLAS
1417//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
1518//! [netlib]: http://www.netlib.org/
16- //! [usage]: https://blas-lapack-rs.github.io/usage
1719
1820#![ no_std]
You can’t perform that action at this time.
0 commit comments