Function nalgebra_glm::set_row

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

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

See also: