Click or drag to resize

NMathFunctionsMaxAbsIndex(FloatComplexSparseVector) Method

Calculates the index of the maximum absolute value a given the vector's elements.

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

Parameters

v  FloatComplexSparseVector
A sparse vector.

Return Value

Int32
Absolute maximum index.
See Also