signedSquare(_:)
Returns a double-precision array containing the signed square of each element in the supplied vector.
Declaration
static func signedSquare<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == DoubleReturns a double-precision array containing the signed square of each element in the supplied vector.
static func signedSquare<U>(_ vector: U) -> [Double] where U : AccelerateBuffer, U.Element == Double