Cargo Features

single_algebra has no features set by default.

[dependencies]
single_algebra = { version = "0.2.0-alpha.0", features = ["smartcore", "lapack", "nalgebra", "faer", "simba", "clustering", "network", "local_moving"] }
smartcore

Enables smartcore

lapack

Enables nalgebra, openblas of nalgebra-lapack

Affects pca::LapackSVD, svd::lapack

nalgebra

Enables nalgebra

faer

Enables faer ^0.20.1 and faer-ext

Affects pca::FaerSVD, svd::faer

simba

Enables simba

clustering = local_moving, network

Enables kiddo

Affects single_algebra::clustering

network clustering? local_moving?

Affects single_algebra::network

local_moving clustering? = network

Enables ahash