TVec GatherByIncr(TMtxVec X, Int32 Increment, Int32 Offset)
Gather vector elements.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVec | source TVec or TMtx |
| 2 | Increment | Int32 | |
| 3 | Offset | Int32 |
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.