Contents

phase(_:result:)

Calculates the double-precision element-wise phase values, in radians, of the supplied complex vector.

Declaration

static func phase<V>(_ splitComplex: DSPDoubleSplitComplex, result: inout V) where V : AccelerateMutableBuffer, V.Element == Double

See Also

Single-Vector Phase Computation