midpoint_batch_with_kernel

Function midpoint_batch_with_kernel 

Source
pub fn midpoint_batch_with_kernel(
    data: &[f64],
    sweep: &MidpointBatchRange,
    k: Kernel,
) -> Result<MidpointBatchOutput, MidpointError>