pointwiseMax

func pointwiseMax(_:_:)(_ a: T, _ b: T) -> T

The lanewise maximum of two vectors.

Each element of the result is the minimum of the corresponding elements of the inputs.

func pointwiseMax(_:_:)(_ a: T, _ b: T) -> T

The lanewise maximum of two vectors.

Each element of the result is the maximum of the corresponding elements of the inputs.