function GatherByIncr(const X: TMtxVec; Increment: Integer; Offset: Integer): TVec;
Gather vector elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | |
| 2 | Increment | Integer | |
| 3 | Offset | Integer |
Result: stored in self (calling object), returns self for chaining
Remarks:
Gather the elements of vector X at indices defined with Increment*i + Offset and store them to the calling vector.