Function nalgebra_glm::comp_min[][src]

pub fn comp_min<N: Number, R: Dimension, C: Dimension>(m: &TMat<N, R, C>) -> N where
    DefaultAllocator: Alloc<N, R, C>, 

The minimum of every components of the given matrix or vector.