Skip to main content

cg_batch_with_kernel

Function cg_batch_with_kernel 

Source
pub fn cg_batch_with_kernel(
    data: &[f64],
    sweep: &CgBatchRange,
    k: Kernel,
) -> Result<CgBatchOutput, CgError>