TMtxVec *ScatterByMask(TMtxVec *Src, TMtxVecInt *Mask, bool allow_resizing = false);
Scatters Src elements defined with the Mask to the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec * | |
| 2 | Mask | TMtxVecInt * | |
| 3 | allow_resizing = false | bool |
Remarks:
The elements are assumed to be not scattered in the Src! This is not a masked copy operation. It is a reverse of GatherByMask.
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler