Function ndarray_linalg::convert::into_matrix
source ยท pub fn into_matrix<A, S>(
l: MatrixLayout,
a: Vec<A>,
) -> Result<ArrayBase<S, Ix2>>where
S: DataOwned<Elem = A>,
pub fn into_matrix<A, S>(
l: MatrixLayout,
a: Vec<A>,
) -> Result<ArrayBase<S, Ix2>>where
S: DataOwned<Elem = A>,