Function trimm_array4_owned

Source
pub fn trimm_array4_owned<T: Clone + Debug>(
    array: &Array4<T>,
    overlap: &Overlap,
) -> Array4<T>
Expand description

Trims the overlap border from a 4D array, returning an owned array with standard layout.