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 22
33The package provides wrappers for [ LAPACK] (Fortran).
44
5- The usage of the package is explained [ here ] [ usage ] .
5+ ## [ Architecture ]
66
77## Example
88
@@ -32,8 +32,8 @@ Your contribution is highly appreciated. Do not hesitate to open an issue or a
3232pull request. Note that any contribution submitted for inclusion in the project
3333will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
3434
35+ [ architecture ] : https://blas-lapack-rs.github.io/architecture
3536[ lapack ] : https://en.wikipedia.org/wiki/LAPACK
36- [ usage ] : https://blas-lapack-rs.github.io/usage
3737
3838[ build-img ] : https://travis-ci.org/blas-lapack-rs/lapack.svg?branch=master
3939[ build-url ] : https://travis-ci.org/blas-lapack-rs/lapack
Original file line number Diff line number Diff line change 11//! Wrappers for [LAPACK] \(Fortran).
22//!
3- //! The usage of the package is explained [here][usage].
3+ //! ## [Architecture]
44//!
55//! ## Example
66//!
2424//! }
2525//! ```
2626//!
27+ //! [architecture]: https://blas-lapack-rs.github.io/architecture
2728//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
28- //! [usage]: https://blas-lapack-rs.github.io/usage
2929
3030extern crate lapack_sys as ffi;
3131extern crate libc;
You can’t perform that action at this time.
0 commit comments