ClMtxExpr.Sign Method

Overload List

#SignatureDescription
1clMatrix Sign(TOpenCLMatrix X)Change the sign of the source data.
2clValue Sign(TOpenCLValue X)Change the sign of the source data.
3clVector Sign(TOpenCLVector X)Change the sign of the source data.

Overload 1: clMatrix Sign(TOpenCLMatrix X)

Change the sign of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.Sign

Overload 2: clValue Sign(TOpenCLValue X)

Change the sign of the source data.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.Mul

Overload 3: clVector Sign(TOpenCLVector X)

Change the sign of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.Sign