Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Select(TOpenCLMatrix Src, Int32 StartIndex, Int32 StopIndex) | Subrange the source clMatrix and return a clVector without copy operation. |
| 2 | clVector Select(TOpenCLMatrix Src, Int32 StartIndex, Int32 Step, Int32 StopIndex) | Subrange the source clMatrix and return a clVector. |
| 3 | clVector Select(TOpenCLVector Src, Int32 StartIndex, Int32 StopIndex) | Subrange the source clVector without copy operation. |
| 4 | clVector Select(TOpenCLVector Src, Int32 StartIndex, Int32 Step, Int32 StopIndex) | Subrange the source clVector. |
Overload 1: clVector Select(TOpenCLMatrix Src, Int32 StartIndex, Int32 StopIndex)
Subrange the source clMatrix and return a clVector without copy operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLMatrix | source TOpenCLMatrix |
| 2 | StartIndex | Int32 | |
| 3 | StopIndex | Int32 |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.Select
Overload 2: clVector Select(TOpenCLMatrix Src, Int32 StartIndex, Int32 Step, Int32 StopIndex)
Subrange the source clMatrix and return a clVector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLMatrix | source TOpenCLMatrix |
| 2 | StartIndex | Int32 | |
| 3 | Step | Int32 | |
| 4 | StopIndex | Int32 |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.Select
Overload 3: clVector Select(TOpenCLVector Src, Int32 StartIndex, Int32 StopIndex)
Subrange the source clVector without copy operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLVector | source TOpenCLVector |
| 2 | StartIndex | Int32 | |
| 3 | StopIndex | Int32 |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.Select
Overload 4: clVector Select(TOpenCLVector Src, Int32 StartIndex, Int32 Step, Int32 StopIndex)
Subrange the source clVector.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLVector | source TOpenCLVector |
| 2 | StartIndex | Int32 | |
| 3 | Step | Int32 | |
| 4 | StopIndex | Int32 |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.Select