Function ndarray_linalg::convert::into_row

source ยท
pub fn into_row<S>(a: ArrayBase<S, Ix1>) -> ArrayBase<S, Ix2>
where S: Data,