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-sys [ ![ Package] [ package-img ]] [ package-url ] [ ![ Documentation] [ documentation-img ]] [ documentation-url ] [ ![ Build] [ build-img ]] [ build-url ]
2
2
3
- The package provides bindings to [ LAPACK] (Fortran).
3
+ The package provides bindings to [ LAPACK] (Fortran). The usage of the package is
4
+ explained [ here] [ usage ] .
4
5
5
6
## Contribution
6
7
@@ -9,6 +10,7 @@ pull request. Note that any contribution submitted for inclusion in the project
9
10
will be licensed according to the terms given in [ LICENSE.md] ( LICENSE.md ) .
10
11
11
12
[ lapack ] : https://en.wikipedia.org/wiki/LAPACK
13
+ [ usage ] : https://blas-lapack-rs.github.io/usage
12
14
13
15
[ build-img ] : https://travis-ci.org/blas-lapack-rs/lapack-sys.svg?branch=master
14
16
[ build-url ] : https://travis-ci.org/blas-lapack-rs/lapack-sys
Original file line number Diff line number Diff line change 1
1
//! Bindings to [LAPACK] (Fortran)
2
2
//!
3
+ //! The usage of the package is explained [here][usage].
4
+ //!
3
5
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
6
+ //! [usage]: https://blas-lapack-rs.github.io/usage
4
7
5
8
#![ allow( non_camel_case_types) ]
6
9
#![ no_std]
You can’t perform that action at this time.
0 commit comments