reciprocal(_:)
Returns the reciprocal of each element in a vector of single-precision values.
Declaration
static func reciprocal<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == FloatReturns the reciprocal of each element in a vector of single-precision values.
static func reciprocal<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float