Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec *Mask(TMtxVec *MaskVec, TMtxVecInt *aMask) const; | Copies those values from MaskVec, at which aMask is different from 0. |
| 2 | TMtxVec *Mask(const double Value, TMtxVecInt *aMask) const; | Assigns Value at indexes of the calling object, at which aMask is different from 0. |
| 3 | TMtxVec *Mask(const TCplx &Value, TMtxVecInt *aMask) const; | Assigns Value at indexes of the calling object, at which aMask is different from 0. |
Overload 1: TMtxVec *Mask(TMtxVec *MaskVec, TMtxVecInt *aMask) const;
Copies those values from MaskVec, at which aMask is different from 0.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | MaskVec | TMtxVec * | |
| 2 | aMask | TMtxVecInt * |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: TMtxVec *Mask(const double Value, TMtxVecInt *aMask) const;
Assigns Value at indexes of the calling object, at which aMask is different from 0.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const double | |
| 2 | aMask | TMtxVecInt * |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 3: TMtxVec *Mask(const TCplx &Value, TMtxVecInt *aMask) const;
Assigns Value at indexes of the calling object, at which aMask is different from 0.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const TCplx & | |
| 2 | aMask | TMtxVecInt * |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler