Click or drag to resize

NMathFunctionsMinAbsIndex Method

Overload List
 NameDescription
Public methodStatic memberMinAbsIndex(Double) Calculates the index of the minimum absolute value in the given data set.
Public methodStatic memberMinAbsIndex(DoubleComplexSparseVector) Calculates the index of the minimum absolute value of a given vector's elements.
Public methodStatic memberMinAbsIndex(DoubleComplexVector) Calculates the index of the minimum absolute value of a given vector's elements.
Public methodStatic memberMinAbsIndex(DoubleSparseVector) Calculates the index of the minimum absolute value of a given vector's elements.
Public methodStatic memberMinAbsIndex(DoubleVector) Calculates the index of the minimum absolute value of a given vector's elements.
Public methodStatic memberMinAbsIndex(FloatComplexSparseVector) Calculates the index of the minimum absolute value of a given vector's elements.
Public methodStatic memberMinAbsIndex(FloatComplexVector) Calculates the index of the minimum absolute value of a given vector's elements.
Public methodStatic memberMinAbsIndex(FloatSparseVector) Calculates the index of the minimum absolute value of a given vector's elements.
Public methodStatic memberMinAbsIndex(FloatVector) Calculates the index of the minimum absolute value of a given vector's elements.
Public methodStatic memberMinAbsIndex(IDFColumn) Calculates the index of the minimum absolute value in the given data set.
Public methodStatic memberMinAbsIndex(Int32) Calculates the index of the minimum absolute value in the given data set.
Public methodStatic memberMinAbsIndex(DoubleComplexVector, FuncDoubleComplex, Double) Calculates the index of the minimum value of a given vector's elements. An elements rank is calculated using the user specified norm function such as l1, l2 or linf. In the case of Complex numbers l1(c) = c.real + c.image, l2(c) = (c.real^2 + c.imag^2) ^ 1/2, linf(c) = max (c.real, c.imag)
Public methodStatic memberMinAbsIndex(FloatComplexVector, FuncFloatComplex, Single) Calculates the index of the minimum value of a given vector's elements. An elements rank is calculated using the user specified norm function such as l1, l2 or linf. In the case of Complex numbers l1(c) = c.real + c.image, l2(c) = (c.real^2 + c.imag^2) ^ 1/2, linf(c) = max (c.real, c.imag)
Top
See Also