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