Click or drag to resize

NMathFunctionsAbsSum Method

Overload List
 NameDescription
Public methodStatic memberAbsSum(DoubleComplexSparseVector) Calculates the sum of the absolute value of a given vector's elements.
Public methodStatic memberAbsSum(DoubleComplexVector) Calculates the sum of the L1 norms of a given vector's elements.
Public methodStatic memberAbsSum(DoubleSparseVector) Calculates the sum of the absolute value of a given vector's elements.
Public methodStatic memberAbsSum(DoubleVector) Calculates the sum of the absolute value of a given vector's elements.
Public methodStatic memberAbsSum(FloatComplexSparseVector) Calculates the sum of the absolute value of a given vector's elements.
Public methodStatic memberAbsSum(FloatComplexVector) Calculates the sum of the L1 norms of a given vector's elements.
Public methodStatic memberAbsSum(FloatSparseVector) Calculates the sum of the absolute value of a given vector's elements.
Public methodStatic memberAbsSum(FloatVector) Calculates the sum of the absolute value of a given vector's elements.
Top
See Also