Function fang_oost::get_discrete_cf[][src]

pub fn get_discrete_cf<T>(
    num_u: usize,
    x_min: f64,
    x_max: f64,
    fn_inv: T
) -> Vec<Complex<f64>> where
    T: Fn(&Complex<f64>) -> Complex<f64> + Sync + Send