Function nalgebra_glm::min

source ·
pub fn min<N: Number, D: Dimension>(x: &TVec<N, D>, y: N) -> TVec<N, D>where
    DefaultAllocator: Alloc<N, D>,
Expand description

Component-wise minimum between a vector and a scalar.

See also: