Click or drag to resize

NMathFunctionsMaxAbsIndex Method

Overload List
 NameDescription
Public methodStatic memberMaxAbsIndex(Double) Calculates the index of the maximum absolute value in the given data set.
Public methodStatic memberMaxAbsIndex(DoubleComplexSparseVector) Calculates the index of the maximum absolute value a given the vector's elements.
Public methodStatic memberMaxAbsIndex(DoubleComplexVector) Calculates the index of the maximum value of a given vector's elements. An elements rank is calculated using the euclidean norm
Public methodStatic memberMaxAbsIndex(DoubleSparseVector) Calculates the index of the maximum absolute value a given the vector's elements.
Public methodStatic memberMaxAbsIndex(DoubleVector) Calculates the index of the maximum absolute value a given the vector's elements.
Public methodStatic memberMaxAbsIndex(FloatComplexSparseVector) Calculates the index of the maximum absolute value a given the vector's elements.
Public methodStatic memberMaxAbsIndex(FloatComplexVector) Calculates the index of the maximum value of a given vector's elements. An elements rank is calculated using the euclidean norm
Public methodStatic memberMaxAbsIndex(FloatSparseVector) Calculates the index of the maximum absolute value a given the vector's elements.
Public methodStatic memberMaxAbsIndex(FloatVector) Calculates the index of the maximum absolute value a given the vector's elements.
Public methodStatic memberMaxAbsIndex(IDFColumn) Calculates the index of the maximum absolute value in the given data set.
Public methodStatic memberMaxAbsIndex(Int32) Calculates the index of the maximum absolute value in the given data set.
Public methodStatic memberMaxAbsIndex(DoubleComplexVector, FuncDoubleComplex, Double) Calculates the index of the maximum 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 memberMaxAbsIndex(FloatComplexVector, FuncFloatComplex, Single) Calculates the index of the maximum 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