Function min

Source
pub fn min<T, const D: usize>(
    x: &Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>,
    y: T,
) -> Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>
where T: Number,
Expand description

Component-wise minimum between a vector and a scalar.

ยงSee also: