Function nalgebra_glm::row

source ·
pub fn row<T: Scalar, const R: usize, const C: usize>(
    m: &TMat<T, R, C>,
    index: usize
) -> TVec<T, C>
Expand description

The index-th row of the matrix m.

See also: