Skip to main content

eri_batch_with_kernel

Function eri_batch_with_kernel 

Source
pub fn eri_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    source: &[f64],
    sweep: &EriBatchRange,
    k: Kernel,
) -> Result<EriBatchOutput, EriError>