Contents

maximum(_:_:result:)

Calculates the maximum of the corresponding single-precision values of two vectors.

Declaration

static func maximum<U, V>(_ vectorA: U, _ vectorB: U, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Float, V.Element == Float

See Also

Type Methods