Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix Sign(TOpenCLMatrix X) | Change the sign of the source data. |
| 2 | clValue Sign(TOpenCLValue X) | Change the sign of the source data. |
| 3 | clVector Sign(TOpenCLVector X) | Change the sign of the source data. |
Overload 1: clMatrix Sign(TOpenCLMatrix X)
Change the sign of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls Dew.Math.clMatrix.Sign
Overload 2: clValue Sign(TOpenCLValue X)
Change the sign of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls Dew.Math.clValue.Mul
Overload 3: clVector Sign(TOpenCLVector X)
Change the sign of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.Sign