Click or drag to resize

StatSum Method

Overload List
  NameDescription
Public methodStatic memberCode exampleSum(DoubleMatrix)
Returns the sum of the specified data.
Public methodStatic memberCode exampleSum(ReadOnlyDoubleMatrix)
Returns the sum of the specified data.
Public methodStatic memberCode exampleSum(DoubleMatrix, DataOperation)
Returns the sum of each row or column in the specified data.
Public methodStatic memberCode exampleSum(ReadOnlyDoubleMatrix, DataOperation)
Returns the sum of each row or column in the specified data.
Top
See Also