Click or drag to resize

NMathFunctionsMinAbsIndex(FloatComplexSparseVector) Method

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

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

Parameters

v  FloatComplexSparseVector
A sparse vector.

Return Value

Int32
Absolute minimum index.
See Also