Function drav::util::as_rows
[−]
[src]
pub fn as_rows<T: Copy>(m: Matrix<T>) -> Vec<Vector<T>>
Return the rows of the matrix as a Vec of Vectors.