Generic Function

pointwiseMin(_:_:)

The lanewise minimum of two vectors.

Declaration

func pointwiseMin<T>(_ a: T, _ b: T) -> T where T : SIMD, T.Scalar : FloatingPoint

Discussion

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