Click or drag to resize

NMathFunctionsMinIndex(DoubleVector) 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 MinIndex(
	DoubleVector v
)

Parameters

v  DoubleVector
A vector.

Return Value

Int32
Absolute minimum index.
See Also