Function stack_iter

Source
pub fn stack_iter<T>(
    iter: impl IntoIterator<Item = ArrayBase<OwnedRepr<T>, Dim<[usize; 1]>>>,
) -> ArrayBase<OwnedRepr<T>, Dim<[usize; 2]>>
where T: Clone + Num,
Expand description

Creates a larger array from an iterator of smaller arrays.