MatrixInt::ScatterByMask Method

TMtxVecInt *ScatterByMask(TMtxVecInt *Src, TMtxVecInt *Mask, bool allow_resizing = false) const;

Scatters Src elements defined with the Mask to the calling object.

#NameTypeDescription
1SrcTMtxVecInt *
2MaskTMtxVecInt *
3allow_resizing = falsebool
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler