Contents

square(_:)

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

Declaration

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

See Also

Type Methods