Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Select(TOpenCLVector *Src, int StartIndex, int Step, int StopIndex); | Subrange the source clVector. |
| 2 | clVector Select(TOpenCLVector *Src, int StartIndex, int StopIndex); | Subrange the source clVector without copy operation. |
| 3 | clVector Select(TOpenCLMatrix *Src, int StartIndex, int Step, int StopIndex); | Subrange the source clMatrix and return a clVector. |
| 4 | clVector Select(TOpenCLMatrix *Src, int StartIndex, int StopIndex); | Subrange the source clMatrix and return a clVector without copy operation. |
Overload 1: clVector Select(TOpenCLVector *Src, int StartIndex, int Step, int StopIndex);
Subrange the source clVector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLVector * | |
| 2 | StartIndex | int | |
| 3 | Step | int | |
| 4 | StopIndex | int |
Remarks:
Internally calls clVector::Select
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clVector Select(TOpenCLVector *Src, int StartIndex, int StopIndex);
Subrange the source clVector without copy operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLVector * | |
| 2 | StartIndex | int | |
| 3 | StopIndex | int |
Remarks:
Internally calls clVector::Select
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clVector Select(TOpenCLMatrix *Src, int StartIndex, int Step, int StopIndex);
Subrange the source clMatrix and return a clVector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLMatrix * | |
| 2 | StartIndex | int | |
| 3 | Step | int | |
| 4 | StopIndex | int |
Remarks:
Internally calls clVector::Select
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 4: clVector Select(TOpenCLMatrix *Src, int StartIndex, int StopIndex);
Subrange the source clMatrix and return a clVector without copy operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLMatrix * | |
| 2 | StartIndex | int | |
| 3 | StopIndex | int |
Remarks:
Internally calls clVector::Select
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler