Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix LogN(TOpenCLMatrix X, Double N) | Result = X^2 from the source |
| 2 | clValue LogN(TOpenCLValue X, Double N) | Result = X^2 from the source |
| 3 | clVector LogN(TOpenCLVector X, Double N) | Result = X^2 from the source |
Overload 1: clMatrix LogN(TOpenCLMatrix X, Double N)
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
| 2 | N | Double | scalar |
Returns: clMatrix
Remarks:
Internally calls Dew.Math.clMatrix.LogN
Overload 2: clValue LogN(TOpenCLValue X, Double N)
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
| 2 | N | Double | scalar |
Returns: clValue
Remarks:
Internally calls Dew.Math.clValue.LogN
Overload 3: clVector LogN(TOpenCLVector X, Double N)
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
| 2 | N | Double | scalar |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.LogN