TVec *GatherByIncr(TMtxVec *X, int Increment = 1, int Offset = 0) const;
Gather vector elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec * | |
| 2 | Increment = 1 | int | |
| 3 | Offset = 0 | int |
Remarks:
Gather the elements of vector X at indices defined with Increment*i + Offset and store them to the calling vector.
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler