Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector LogN(TOpenCLVector *X, double N); | Compute X^2 from the source. |
| 2 | clMatrix LogN(TOpenCLMatrix *X, double N); | Compute X^2 from the source. |
| 3 | clValue LogN(TOpenCLValue *X, double N); | Compute X^2 from the source. |
Overload 1: clVector LogN(TOpenCLVector *X, double N);
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * | |
| 2 | N | double |
Remarks:
Internally calls clVector::LogN
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix LogN(TOpenCLMatrix *X, double N);
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * | |
| 2 | N | double |
Remarks:
Internally calls clMatrix::LogN
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clValue LogN(TOpenCLValue *X, double N);
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * | |
| 2 | N | double |
Remarks:
Internally calls clValue::LogN
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler