Contents

vSsum(_:_:)

Finds the sum of the values of the elements in a vector.

Declaration

func vSsum(_ count: Int32, _ x: UnsafePointer<vFloat>) -> Float

Parameters

  • count:

    Number of elements in the vector x; must be a multiple of 4.

  • x:

    A vector array of float values.

Return Value

The sum of the values of the elements in the vector.

See Also

Vector-Scalar Linear Algebra Functions (from vectorOps.h)