Skip to main content

ce_batch_with_kernel

Function ce_batch_with_kernel 

Source
pub fn ce_batch_with_kernel(
    h: &[f64],
    l: &[f64],
    c: &[f64],
    sweep: &CeBatchRange,
    k: Kernel,
) -> Result<CeBatchOutput, ChandelierExitError>