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 == DoubleReturns a double-precision array containing the minimum of the corresponding values of two vectors.
static func minimum<U>(_ vectorA: U, _ vectorB: U) -> [Double] where U : AccelerateBuffer, U.Element == Double