Cargo Features
single_algebra has no features set by default.
[dependencies]
single_algebra = { version = "0.2.3-alpha.3", features = ["smartcore", "lapack", "nalgebra", "faer", "simba", "clustering", "network", "local_moving", "statistics"] }
- smartcore
-
Enables smartcore
- lapack
-
Enables nalgebra, openblas of nalgebra-lapack
Affects
dense::LapackSVD
,svd::lapack
… - nalgebra
-
Enables nalgebra
- faer
-
Enables faer ^0.20.1 and faer-ext ^0.4.1
Affects
dense::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
- statistics
-
Enables statrs
Affects
single_algebra::statistics
…