pub fn eri_into_slice( dst_bull: &mut [f64], dst_bear: &mut [f64], input: &EriInput<'_>, kern: Kernel, ) -> Result<(), EriError>