Cargo Features

matrix_mul_test has no features set by default.

[dependencies]
matrix_mul_test = { version = "0.0.8", features = ["blas", "openblas"] }
blas

Enables blas of ndarray

ndarray:

Enable blas usage
See README for more instructions

openblas = blas-src, openblas-src

Enables blas of ndarray

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.

blas-src openblas?

Enables blas-src ^0.8

openblas-src openblas?