pub fn check_same_length<T, U>(
arr1: &ArrayView1<'_, T>,
arr2: &ArrayView1<'_, U>,
operation: &str,
) -> Result<(), SciRS2Error>Expand description
Helper function to validate arrays have same length
pub fn check_same_length<T, U>(
arr1: &ArrayView1<'_, T>,
arr2: &ArrayView1<'_, U>,
operation: &str,
) -> Result<(), SciRS2Error>Helper function to validate arrays have same length