Skip to main content

ifft_real

Function ifft_real 

Source
pub fn ifft_real(
    spectrum: &ExactNumArray,
    p: usize,
    rm: RoundingMode,
    cc: &mut Consts,
) -> Option<ExactNumArray>
Expand description

Inverse of fft_real: ExactNumArray::ifft then the real row.

Input must be a (2, n) spectrum. Imaginary residuals are dropped.