Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix CumSum(TMtx X) | Returns the sum of all elements in the source data. |
| 2 | Vector CumSum(TVec X) | Returns the sum of all elements in the source data. |
Overload 1: Matrix CumSum(TMtx X)
Returns the sum of all elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.CumSum
Overload 2: Vector CumSum(TVec X)
Returns the sum of all elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.CumSum