Function nalgebra_glm::column

source ·
pub fn column<N: Scalar, R: Dimension, C: Dimension>(
    m: &TMat<N, R, C>,
    index: usize
) -> TVec<N, R>where
    DefaultAllocator: Alloc<N, R, C>,
Expand description

The index-th column of the matrix m.

See also: