pub fn add_dimension<T>(array: ArrayView3<'_, T>, size: usize) -> Array4<T> where
    T: Clone
Expand description

Expand an array into a new axis by repeating each element size times