Function nalgebra_glm::set_row

source ·
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>,
Expand description

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

See also: