9 releases

Uses old Rust 2015

0.8.0 Jan 18, 2020
0.7.4 Nov 26, 2017
0.7.1 Aug 26, 2017
0.7.0 Mar 19, 2017
0.5.0 May 23, 2016

#2197 in Math

Download history 1808/week @ 2024-11-30 2558/week @ 2024-12-07 1722/week @ 2024-12-14 535/week @ 2024-12-21 462/week @ 2024-12-28 969/week @ 2025-01-04 922/week @ 2025-01-11 1020/week @ 2025-01-18 1261/week @ 2025-01-25 1254/week @ 2025-02-01 1269/week @ 2025-02-08 967/week @ 2025-02-15 1100/week @ 2025-02-22 1303/week @ 2025-03-01 1265/week @ 2025-03-08 1397/week @ 2025-03-15

5,370 downloads per month
Used in 32 crates (11 directly)

Apache-2.0/MIT

40MB
461K SLoC

FORTRAN Legacy 315K SLoC // 0.7% comments C 146K SLoC // 0.4% comments Python 269 SLoC // 0.1% comments Rust 58 SLoC

netlib-src Package Documentation Build

The package provides a source of BLAS and LAPACK via Netlib.

The usage of the package is explained here.

The following Cargo features are supported:

  • cblas to build CBLAS (enabled by default),
  • lapacke to build LAPACKE (enabled by default),
  • static to link to Netlib statically,
  • system to skip building the bundled Netlib, and
  • tmg to build TMG (enabled by default).

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.

Dependencies