transform(_:)
Returns the single-precision real discrete cosine transform.
Declaration
func transform<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns the single-precision real discrete cosine transform.
func transform<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float