into_matrix

Function into_matrix 

Source
pub fn into_matrix<A, S>(
    l: MatrixLayout,
    a: Vec<A>,
) -> Result<ArrayBase<S, Dim<[usize; 2]>>, LinalgError>
where S: DataOwned<Elem = A>,