pub fn take_1d<T: Clone>( array: &Array1<T>, indices: &[usize], ) -> UtilsResult<Array1<T>>
Take elements at indices