into_row

Function into_row 

Source
pub fn into_row<S>(
    a: ArrayBase<S, Dim<[usize; 1]>>,
) -> ArrayBase<S, Dim<[usize; 2]>>
where S: Data,