Contents

maximum(_:_:result:)

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

See Also

Type Methods