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
pub fn get_array_slice_2d<'a, T>(
arr: &'a ArrayView2<'_, T>,
context: &str,
) -> Result<&'a [T], SciRS2Error>where
T: NdFloat,Helper function to safely get 2D array slice with context