ClMtxExpr::Sqrt Function

Overload List

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

Overload 1: clVector Sqrt(TOpenCLVector *X);

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Sqrt

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

Overload 2: clMatrix Sqrt(TOpenCLMatrix *X);

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Sqrt

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

Overload 3: clValue Sqrt(TOpenCLValue *X);

Compute X^2 from the source.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Sqrt

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