Contents

reciprocal(_:)

Returns the reciprocal of each element in a vector of double-precision values.

Declaration

static func reciprocal<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == Double

See Also

Array-Oriented Arithmetic and Auxiliary Functions