Contents

signedSquare(_:)

Returns a single-precision array containing the signed square of each element in the supplied vector.

Declaration

static func signedSquare<U>(_ vector: U) -> [Float] where U : AccelerateBuffer, U.Element == Float

See Also

Type Methods