Overload List
Overload 1: static TMtxVecInt *FindMask(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, const TCplx &b);
Finds a vector mask.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const DewString & | |
| 4 | b | const TCplx & |
Remarks:
The calling vector will hold the those elements where the Op comparison between a and b is True. Op string parameter can be < , > , >= , <= , = or <>
The calling vector will store the mask, 1 at those index locations where the Op comparison was True and 0 at those index locations where the Op comparison was false.
See Also: TVec::GatherSplit, TVec::FindAndGather, TMtxVecIntHelper::FindIndexes, Find, TVec::Gather, TMtxVec::Scatter
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler
Overload 2: static TMtxVecInt *FindMask(TMtxVecInt *aThis, TMtxVec *a, const char op, const TCplx &b);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const char | |
| 4 | b | const TCplx & |
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler
Overload 3: static TMtxVecInt *FindMask(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, const double b);
The b parameter is of double type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const DewString & | |
| 4 | b | const double |
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler
Overload 4: static TMtxVecInt *FindMask(TMtxVecInt *aThis, TMtxVec *a, const char op, const double b);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const char | |
| 4 | b | const double |
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler
Overload 5: static TMtxVecInt *FindMask(TMtxVecInt *aThis, TMtxVec *a, const DewString &op, TMtxVec *b);
The b parameter is of TMtxVec type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const DewString & | |
| 4 | b | TMtxVec * |
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler
Overload 6: static TMtxVecInt *FindMask(TMtxVecInt *aThis, TMtxVec *a, const char op, TMtxVec *b);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aThis | TMtxVecInt * | |
| 2 | a | TMtxVec * | |
| 3 | op | const char | |
| 4 | b | TMtxVec * |
Declared in Dew::Math::TMtxVecIntHelper · Dew.Math/MtxVec.h · Cross-compiler