Skip to main content

get_array_slice_2d

Function get_array_slice_2d 

Source
pub fn get_array_slice_2d<'a, T>(
    arr: &'a ArrayView2<'_, T>,
    context: &str,
) -> Result<&'a [T], SciRS2Error>
where T: NdFloat,
Expand description

Helper function to safely get 2D array slice with context