Click or drag to resize

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

Parameters

v  DoubleSparseVector
A sparse vector.

Return Value

Int32
Absolute maximum index.
See Also