TOpenCLValue::Inv Method

Overload List

#SignatureDescription
1TOpenCLBase *Inv(TOpenCLBase *X, int XIndex, int Index, int Len);
2TOpenCLValue *Inv(TOpenCLValue *X);Inverse elements.

Overload 1: TOpenCLBase *Inv(TOpenCLBase *X, int XIndex, int Index, int Len);

#NameTypeDescription
1XTOpenCLBase *
2XIndexint
3Indexint
4Lenint
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TOpenCLValue *Inv(TOpenCLValue *X);

Inverse elements.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Calculates the inverse of X without limiting the inverse operation (to protect against overflow).

See Also: TOpenCLValue::Divide
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler