Skip to main content

rolling_mean_int_to

Function rolling_mean_int_to 

Source
pub fn rolling_mean_int_to<T: NumCast + Copy + Zero>(
    data: &[T],
    mask: Option<&Bitmask>,
    subwindow: usize,
    out: &mut [f64],
    out_mask: &mut Bitmask,
)
Expand description

Zero-allocation variant that writes directly to caller-provided output buffers.