Function nalgebra_glm::row

source ·
pub fn row<N: Scalar, R: Dimension, C: Dimension>(
    m: &TMat<N, R, C>,
    index: usize
) -> TVec<N, C>where
    DefaultAllocator: Alloc<N, R, C>,
Expand description

The index-th row of the matrix m.

See also: