Cargo Features

SciRS2 has no features set by default.

[dependencies]
scirs2 = { version = "0.1.0-alpha.1", features = ["all", "core", "special", "sparse", "spatial", "text", "autograd"] }
all = autograd, sparse, spatial, special, text
core = sparse, spatial, special
special all? core?

Core module features

Enables scirs2-special

Published modules

sparse all? core?

Enables scirs2-sparse

spatial all? core?

Enables scirs2-spatial

text all?

Enables scirs2-text

autograd all?

Enables scirs2-autograd