qstick_batch_with_kernel

Function qstick_batch_with_kernel 

Source
pub fn qstick_batch_with_kernel(
    open: &[f64],
    close: &[f64],
    sweep: &QstickBatchRange,
    kernel: Kernel,
) -> Result<QstickBatchOutput, QstickError>