Contents

reciprocal(_:result:)

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

Declaration

static func reciprocal<U, V>(_ vector: U, result: inout V) where U : AccelerateBuffer, V : AccelerateMutableBuffer, U.Element == Double, V.Element == Double

See Also

Array-Oriented Arithmetic and Auxiliary Functions