Cargo Features

[dependencies]
ripped = { version = "0.1.0", default-features = false, features = ["netlib-static", "netlib-system", "openblas-static", "openblas-system", "intel-mkl-static", "intel-mkl-system", "blas", "linfa-linalg"] }
default = linfa-linalg

The linfa-linalg feature is set by default whenever ripped is added without default-features = false somewhere in the dependency tree.

netlib-static = blas

Enables netlib-static of ndarray-linalg

netlib-system = blas

Enables netlib-system of ndarray-linalg

openblas-static = blas

Enables openblas-static of ndarray-linalg

openblas-system = blas

Enables openblas-system of ndarray-linalg

intel-mkl-static = blas

Enables intel-mkl-static of ndarray-linalg

intel-mkl-system = blas

Enables intel-mkl-system of ndarray-linalg

blas intel-mkl-static? intel-mkl-system? netlib-static? netlib-system? openblas-static? openblas-system? = ndarray-linalg

Enables blas of ndarray

ndarray:

Enable blas usage
See README for more instructions

Affects float::Float

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

linfa-linalg default
ndarray-linalg blas? intel-mkl-static? intel-mkl-system? netlib-static? netlib-system? openblas-static? openblas-system?