ClMtxExpr::Log2 Function

Overload List

#SignatureDescription
1clVector Log2(TOpenCLVector *X);Compute the Log2 function from the source and return the result.
2clMatrix Log2(TOpenCLMatrix *X);Compute the Log2 function from the source and return the result.
3clValue Log2(TOpenCLValue *X);Compute the Log2 function from the source and return the result.

Overload 1: clVector Log2(TOpenCLVector *X);

Compute the Log2 function from the source and return the result.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Log2

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix Log2(TOpenCLMatrix *X);

Compute the Log2 function from the source and return the result.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Log2

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 3: clValue Log2(TOpenCLValue *X);

Compute the Log2 function from the source and return the result.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Log2

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler