Function nalgebra_glm::column

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

The index-th column of the matrix m.

See also: