TMtxVec *ScatterByMask(TMtxVec *Src, TVecInt *Mask, bool allow_resizing = false) const;
Scatter object elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec * | |
| 2 | Mask | TVecInt * | |
| 3 | allow_resizing = false | bool |
Remarks:
Scatter the elements of the Src and store them in the calling object at indices set to 1 in the Mask parameter.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler