File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The package provides wrappers for [ LAPACK] (Fortran).
4
4
5
- The usage of the package is explained [ here ] [ usage ] .
5
+ ## [ Architecture ]
6
6
7
7
## Example
8
8
@@ -32,8 +32,8 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
32
32
pull request. Note that any contribution submitted for inclusion in the project
33
33
will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
34
34
35
+ [ architecture ] : https://blas-lapack-rs.github.io/architecture
35
36
[ lapack ] : https://en.wikipedia.org/wiki/LAPACK
36
- [ usage ] : https://blas-lapack-rs.github.io/usage
37
37
38
38
[ build-img ] : https://travis-ci.org/blas-lapack-rs/lapack.svg?branch=master
39
39
[ build-url ] : https://travis-ci.org/blas-lapack-rs/lapack
Original file line number Diff line number Diff line change 1
1
//! Wrappers for [LAPACK] \(Fortran).
2
2
//!
3
- //! The usage of the package is explained [here][usage].
3
+ //! ## [Architecture]
4
4
//!
5
5
//! ## Example
6
6
//!
24
24
//! }
25
25
//! ```
26
26
//!
27
+ //! [architecture]: https://blas-lapack-rs.github.io/architecture
27
28
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
28
- //! [usage]: https://blas-lapack-rs.github.io/usage
29
29
30
30
extern crate lapack_sys as ffi;
31
31
extern crate libc;
You can’t perform that action at this time.
0 commit comments