Cargo Features

PaCMAP has no features set by default.

[dependencies]
pacmap = { version = "0.1.0", features = ["intel-mkl-static", "intel-mkl-system", "openblas-static", "openblas-system", "netlib-static", "netlib-system"] }
intel-mkl-static

Enables intel-mkl-static of petal-decomposition and blas of ndarray

ndarray:

Enable blas usage
See README for more instructions

intel-mkl-system

Enables blas of ndarray, intel-mkl-system of petal-decomposition

openblas-static

Enables blas of ndarray, openblas-static of petal-decomposition

openblas-system

Enables blas of ndarray, openblas-system of petal-decomposition

netlib-static

Enables blas of ndarray, netlib-static of petal-decomposition

netlib-system

Enables blas of ndarray, netlib-system of petal-decomposition

PaCMAP has 6 features without comments.