Function max4

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

Component-wise maximum between four vectors.

ยงSee also: