ClMtxExpr.LogN Method

Overload List

#SignatureDescription
1clMatrix LogN(TOpenCLMatrix X, Double N)Result = X^2 from the source
2clValue LogN(TOpenCLValue X, Double N)Result = X^2 from the source
3clVector 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.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix
2NDoublescalar

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.LogN

Overload 2: clValue LogN(TOpenCLValue X, Double N)

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue
2NDoublescalar

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.LogN

Overload 3: clVector LogN(TOpenCLVector X, Double N)

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector
2NDoublescalar

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.LogN