Vector::GatherByIncr Method

TVec *GatherByIncr(TMtxVec *X, int Increment = 1, int Offset = 0) const;

Gather vector elements.

#NameTypeDescription
1XTMtxVec *
2Increment = 1int
3Offset = 0int
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