TMtxVec *ScatterByIncr(TMtxVec *Src, int Increment = 1, int Offset = 0) const;
Scatter object elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec * | |
| 2 | Increment = 1 | int | |
| 3 | Offset = 0 | int |
Remarks:
Scatter the elements of the Src and store them in the calling object at indices: Increment*i + Offset
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler