TMtxVec *ScatterByIndexes(TMtxVec *Src, TVecInt *Indexes) const;
Scatter object elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec * | |
| 2 | Indexes | TVecInt * |
Remarks:
Scatter the elements of the Src and store them in the calling object at indices stored in the Indexes parameter.
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler