Contents

minimum(_:_:result:)

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

Declaration

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

See Also

Type Methods