Contents

minimum(_:_:)

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

Declaration

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

See Also

Type Methods