Cargo Features
aether_primitives has no features set by default.
[dependencies]
aether_primitives = { version = "0.1.0", features = ["fft_chfft", "fft"] }
- fft_chfft = chfft, fft
- fft fft_chfft?
-
enables fft ops on vecops
Affects
vecops::VecOps.vec_fft
,vecops::VecOps.vec_ifft
,vecops::VecOps.vec_rfft
,vecops::VecOps.vec_rifft
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- chfft fft_chfft?
-
Enables chfft ^0.2.4