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