Function ndarray_linalg::layout::reconstruct [] [src]

pub fn reconstruct<A, S>(l: Layout, a: Vec<A>) -> Result<ArrayBase<S, Ix2>> where
    S: DataOwned<Elem = A>,