pub fn segmented_inclusive_scan(data: &[f64], flags: &[bool]) -> Vec<f64>
Segmented inclusive prefix scan.