Click or drag to resize

NMathFunctionsMaxAbsIndex(DoubleComplexSparseVector) 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(
	DoubleComplexSparseVector v
)

Parameters

v  DoubleComplexSparseVector
A sparse vector.

Return Value

Int32
Absolute maximum index.
See Also