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