exp(_:)
Returns the e, raised to the power of each element in a vector of double-precision values.
Declaration
static func exp<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == DoubleReturns the e, raised to the power of each element in a vector of double-precision values.
static func exp<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == Double