Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, const TCplx &b) const; | Fills the calling vector with indexes, where the logical expression is true. |
| 2 | TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, const double b) const; | The b parameter is of double type. |
| 3 | TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, TMtxVec *b) const; | The b parameter is of type. |
| 4 | TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, const int b) const; | The b parameter is of integer type. |
| 5 | TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b) const; | The b parameter is of TMtxVecInt type. |
Overload 1: TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, const TCplx &b) const;
Fills the calling vector with indexes, where the logical expression is true.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec * | |
| 2 | op | const DewString & | |
| 3 | b | const TCplx & |
Remarks:
Fills the calling vector with indexes, where the Op comparison between a and b is True. Op string parameter can be '<', '>', '>=','<=','=' or '<>'.
See Also: Vector::FindAndGather, VectorInt::FindAndGather, VectorInt::FindAndSplit, VectorInt::FindMask, VectorInt::Find, Vector::Gather, VectorInt::Gather, VectorInt::Scatter
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 2: TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, const double b) const;
The b parameter is of double type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec * | |
| 2 | op | const DewString & | |
| 3 | b | const double |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 3: TMtxVecInt *FindIndexes(TMtxVec *a, const DewString &op, TMtxVec *b) const;
The b parameter is of type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVec * | |
| 2 | op | const DewString & | |
| 3 | b | TMtxVec * |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 4: TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, const int b) const;
The b parameter is of integer type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | const int |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler
Overload 5: TMtxVecInt *FindIndexes(TMtxVecInt *a, const DewString &op, TMtxVecInt *b) const;
The b parameter is of TMtxVecInt type.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TMtxVecInt * | |
| 2 | op | const DewString & | |
| 3 | b | TMtxVecInt * |
Declared in Dew::Math::VectorInt · Dew.Math/MtxExprInt.h · Cross-compiler