ClMtxExpr::LogN Function

Overload List

#SignatureDescription
1clVector LogN(TOpenCLVector *X, double N);Compute X^2 from the source.
2clMatrix LogN(TOpenCLMatrix *X, double N);Compute X^2 from the source.
3clValue 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.

#NameTypeDescription
1XTOpenCLVector *
2Ndouble
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.

#NameTypeDescription
1XTOpenCLMatrix *
2Ndouble
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.

#NameTypeDescription
1XTOpenCLValue *
2Ndouble
Remarks:

Internally calls clValue::LogN

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