max

Determines the component-wise maximum of two 2D vectors.

Return

A new vector where each component is the maximum value of the corresponding components of a and b.

Parameters

a

The first vector.

b

The second vector.