Cargo Features

[dependencies]
concision-math = { version = "0.1.19", default-features = false, features = ["full", "alloc", "approx", "blas", "complex", "rand", "rayon", "rng", "serde", "tracing", "std"] }
default full? = std

The std feature is set by default whenever concision-math is added without default-features = false somewhere in the dependency tree.

full = approx, default, serde, tracing
alloc std

********* [FF] Dependencies *********

Enables alloc of num, optional rand, and optional serde

approx full?

Enables approx of ndarray and approx

Shared dependencies

blas

Enables blas of ndarray

ndarray:

Enable blas usage
See README for more instructions

complex

Enables num-complex

Affects concision-math::traits.complex

rand = rng

Enables rand, rand of num and optional num-complex

rayon

Enables rayon, rayon of ndarray

rng rand?

Enables getrandom and small_rng of optional rand

rand:

Option: enable SmallRng

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