Expand description
Contains complex_fft::FFTErrorEstimate
which provides estimates for the error when
computing a complex-valued FFT using floating-point numbers.
Traits§
- FFTError
Estimate unstable-enable
- Trait for operations that perform float-point computations, and thus must
care about precision. Currently only used for
crate::algorithms::fft::FFTAlgorithm
.
Functions§
- root_
of_ unity_ error unstable-enable
- The absolute error in the expression
exp(2 * pi * i * (x / y))
.