ClMtxExpr::Sqr Function

Overload List

#SignatureDescription
1clVector Sqr(TOpenCLVector *X);Compute X^2 from the source.
2clMatrix Sqr(TOpenCLMatrix *X);Compute X^2 from the source.
3clValue Sqr(TOpenCLValue *X);Compute X^2 from the source.

Overload 1: clVector Sqr(TOpenCLVector *X);

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Sqr

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

Overload 2: clMatrix Sqr(TOpenCLMatrix *X);

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Sqr

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

Overload 3: clValue Sqr(TOpenCLValue *X);

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Sqr

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