Function nalgebra_glm::comp_max[][src]

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

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