Contents

vIsamax(_:_:)

Finds the position of the first vector element having the largest absolute value.

Declaration

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

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 index of the first element having the largest absolute value in the vector.

See Also

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