ClMtxExpr::Sign Function

Overload List

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

Overload 1: clVector Sign(TOpenCLVector *X);

Change the sign of the source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Sign

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

Overload 2: clMatrix Sign(TOpenCLMatrix *X);

Change the sign of the source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Sign

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

Overload 3: clValue Sign(TOpenCLValue *X);

Change the sign of the source data.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Mul

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