Click or drag to resize

NMathFunctionsMaxAbsIndex(FloatComplexVector) Method

Calculates the index of the maximum value of a given vector's elements. An elements rank is calculated using the euclidean norm

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int MaxAbsIndex(
	FloatComplexVector v
)

Parameters

v  FloatComplexVector
A vector.

Return Value

Int32
Absolute index.
See Also