Function nalgebra_glm::set_row[][src]

pub fn set_row<N: Scalar, R: Dimension, C: Dimension>(
    m: &TMat<N, R, C>,
    index: usize,
    x: &TVec<N, C>
) -> TMat<N, R, C> where
    DefaultAllocator: Alloc<N, R, C>, 

Sets to x the index-th row of the matrix m.

See also: