log(_:)
Returns the natural logarithm for each element in a vector of double-precision values.
Declaration
static func log<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == DoubleParameters
- vector:
The input vector.
Returns the natural logarithm for each element in a vector of double-precision values.
static func log<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == DoubleThe input vector.