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