pub fn minmax_batch_with_kernel(
high: &[f64],
low: &[f64],
sweep: &MinmaxBatchRange,
k: Kernel,
) -> Result<MinmaxBatchOutput, MinmaxError>pub fn minmax_batch_with_kernel(
high: &[f64],
low: &[f64],
sweep: &MinmaxBatchRange,
k: Kernel,
) -> Result<MinmaxBatchOutput, MinmaxError>