Contents

maximum(_:_:)

Returns a double-precision array containing the maximum of the corresponding values of two vectors.

Declaration

static func maximum<U>(_ vectorA: U, _ vectorB: U) -> [Double] where U : AccelerateBuffer, U.Element == Double

See Also

Type Methods