ClMtxExpr::Inv Function

Overload List

#SignatureDescription
1clVector Inv(TOpenCLVector *X);Compute 1/X.
2clMatrix Inv(TOpenCLMatrix *X);Compute 1/X.
3clValue Inv(TOpenCLValue *X);Compute 1/X.

Overload 1: clVector Inv(TOpenCLVector *X);

Compute 1/X.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Inv

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

Overload 2: clMatrix Inv(TOpenCLMatrix *X);

Compute 1/X.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::InvElem

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

Overload 3: clValue Inv(TOpenCLValue *X);

Compute 1/X.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Inv

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