pub fn boolean_indexing_2d<T: Clone>( array: &Array2<T>, mask: &Array1<bool>, ) -> UtilsResult<Array2<T>>
Boolean indexing for 2D arrays (row-wise)