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