divide(_:by:result:)
Calculates the double-precision element-wise division of a complex vector by a complex vector.
Declaration
static func divide<U>(_ splitComplex: DSPDoubleSplitComplex, by vector: U, result: inout DSPDoubleSplitComplex) where U : AccelerateBuffer, U.Element == Double