File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The following Cargo features are supported:
10
10
* ` lapacke ` to build LAPACKE (enabled by default),
11
11
* ` static ` to link to Netlib statically,
12
12
* ` system ` to skip building the bundled Netlib, and
13
- * ` tmg ` to build LAPACKE Test Matrix Generator (enabled by default).
13
+ * ` tmg ` to build TMG (enabled by default).
14
14
15
15
## Contribution
16
16
Original file line number Diff line number Diff line change 8
8
//! * `lapacke` to build LAPACKE (enabled by default),
9
9
//! * `static` to link to Netlib statically,
10
10
//! * `system` to skip building the bundled Netlib, and
11
- //! * `tmg` to build LAPACKE Test Matrix Generator (enabled by default).
11
+ //! * `tmg` to build TMG (enabled by default).
12
12
//!
13
13
//! [blas]: https://en.wikipedia.org/wiki/BLAS
14
14
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
You can’t perform that action at this time.
0 commit comments