NMath |
| Name | Description | |
|---|---|---|
| Sum(Double) | Calculates the sum of the elements in the given data set. | |
| Sum(DoubleComplexMatrix) | Computes the sum of the matrix columns. | |
| Sum(DoubleComplexVector) | Calculates the sum of a given vector's elements. | |
| Sum(DoubleMatrix) | Computes the sum of the matrix columns. | |
| Sum(DoubleVector) | Calculates the sum of a given vector's elements. | |
| Sum(FloatComplexMatrix) | Computes the sum of the matrix columns. | |
| Sum(FloatComplexVector) | Calculates the sum of a given vector's elements. | |
| Sum(FloatMatrix) | Computes the sum of the matrix columns. | |
| Sum(FloatVector) | Calculates the sum of a given vector's elements. | |
| Sum(IDFColumn) | Calculates the sum of the elements in the given data set. | |
| Sum(Int32) | Calculates the sum of the elements in the given data set. |