Cargo Features
[dependencies]
concision-math = { version = "0.1.21", default-features = false, features = ["full", "signal", "alloc", "approx", "blas", "complex", "rand", "rayon", "rng", "rustfft", "serde", "tracing", "std"] }
- default full? = std
-
The
std
feature is set by default wheneverconcision-math
is added without
somewhere in the dependency tree.default-features = false - full = approx, complex, default, serde, signal, tracing
- signal full? = complex, rustfft
-
Affects
concision-math::signal
… - alloc std
-
********* [FF] Dependencies *********
- approx full?
-
Enables approx of ndarray and approx
Shared dependencies
- blas
-
ndarray:
Enable blas usage
See README for more instructions - complex full? signal?
-
Enables num-complex
Affects
concision-math::traits.complex
,signal::fourier
… - rand = rng
-
Enables rand, rand of num and optional num-complex
- rayon
- rng rand?
-
Enables getrandom and small_rng of optional rand
rand:
Option: enable SmallRng
- rustfft signal?
-
Enables rustfft
- serde full? std
-
Enables serde and serde_derive, serde of ndarray, num, and optional num-complex
- tracing full?
-
Enables tracing
- std default = alloc
-
********* [FF] Environments *********
Enables std of ndarray, num, optional num-complex, num-traits, optional rand, scsys, serde, strum, thiserror, and optional tracing
Affects
signal::fourier
…