Function max

Source
pub fn max<T, const D: usize>(
    a: &Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>,
    b: T,
) -> Matrix<T, Const<D>, Const<1>, ArrayStorage<T, D, 1>>
where T: Number,
Expand description

Component-wise maximum between a vector and a scalar.

ยงSee also: