Function efd::inverse_transform[][src]

pub fn inverse_transform(
    coeffs: &Array2<f64>,
    locus: (f64, f64),
    n: usize,
    harmonic: usize
) -> Array2<f64>

Perform an inverse fourier transform to convert the coefficients back into spatial coordinates.