ClMtxExpr.LogN Method

Overload List

#SignatureDescription
1function LogN(X: TOpenCLMatrix; N: Double): clMatrix;Result = X^2 from the source
2function LogN(X: TOpenCLValue; N: Double): clValue;Result = X^2 from the source
3function LogN(X: TOpenCLVector; N: Double): clVector;Result = X^2 from the source

Overload 1: function LogN(X: TOpenCLMatrix; N: Double): clMatrix;

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix
2NDoublescalar

Returns: clMatrix

Remarks:

Internally calls clMatrix.LogN

Overload 2: function LogN(X: TOpenCLValue; N: Double): clValue;

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue
2NDoublescalar

Returns: clValue

Remarks:

Internally calls clValue.LogN

Overload 3: function LogN(X: TOpenCLVector; N: Double): clVector;

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector
2NDoublescalar

Returns: clVector

Remarks:

Internally calls clVector.LogN