pub fn row<T, const R: usize, const C: usize>( m: &Matrix<T, Const<R>, Const<C>, ArrayStorage<T, R, C>>, index: usize, ) -> Matrix<T, Const<C>, Const<1>, ArrayStorage<T, C, 1>>where T: Scalar,
The index-th row of the matrix m.
index
m
column()
set_column()
set_row()