Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector CumSum(TVec *X); | Returns the sum of all elements in the source data. |
| 2 | Matrix CumSum(TMtx *X); | Returns the sum of all elements in the source data. |
Overload 1: Vector CumSum(TVec *X);
Returns the sum of all elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
Remarks:
Internally calls Vector::CumSum
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix CumSum(TMtx *X);
Returns the sum of all elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::CumSum
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler