Contents

minimum(_:_:result:)

Calculates the double-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 == Double, V.Element == Double

See Also

Type Methods