Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void SetSubRange(); | Sets the subarray size to full size. |
| 2 | void SetSubRange(int Index, int Len); |
Overload 1: void SetSubRange();
Sets the subarray size to full size.
Remarks:
This method is the same as the TOpenCLMatrix::SetFullRange method.
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: void SetSubRange(int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
Declared in Dew::Math::TOpenCLMatrix · Dew.Math/clMtxVec.h · Cross-compiler