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