maximum(_:_:)
Returns a single-precision array containing the maximum of the corresponding values of two vectors.
Declaration
static func maximum<U>(_ vectorA: U, _ vectorB: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns a single-precision array containing the maximum of the corresponding values of two vectors.
static func maximum<U>(_ vectorA: U, _ vectorB: U) -> [Float] where U : AccelerateBuffer, U.Element == Float