openblas-provider 0.1.3

BLAS/LAPACK provider using the OpenBLAS implementation
docs.rs failed to build openblas-provider-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: openblas-provider-0.4.1

OpenBLAS Provider

The package provides BLAS and LAPACK using the OpenBLAS implementation. By default, the package will build and use a bundled OpenBLAS, which requires a Fortran and C compiler.

The following Cargo features are supported:

  • static-openblas to link to OpenBLAS statically,
  • system-openblas to skip building the bundled OpenBLAS, and
  • exclude-cblas to skip building CBLAS.

Where are all the FFI definitions?

This package provides only an implementation of BLAS and LAPACK. Bindings are available in libblas-sys and liblapack-sys, and wrappers are available in blas and lapack.

Contributing

  1. Fork the project.
  2. Implement your idea.
  3. Open a pull request.