TOpenCLMatrix::InvElem Method

Overload List

#SignatureDescription
1TOpenCLMatrix *InvElem();The inverse of matrix elements.
2TOpenCLMatrix *InvElem(TOpenCLMtxVec *Src);

Overload 1: TOpenCLMatrix *InvElem();

The inverse of matrix elements.

Remarks:

Calculates the inverse of all matrix elements in place. The computation occurs after first limiting the magnitude of each elements by the lower bound of Treshhold. The limiting operation is performed to avoid division by zero. Since Treshold represents a magnitude, it is always real and must always be positive. For complex versions, the magnitude of the input is limited, but the phase remains unchanged. Zero-valued input is assumed to have zero phase. To bypass the limiting operation set the Threshold to zero.

See Also: TOpenCLMatrix::MulElem
Declared in Dew::Math::TOpenCLMatrix · Dew.Math/clMtxVec.h · Cross-compiler

Overload 2: TOpenCLMatrix *InvElem(TOpenCLMtxVec *Src);

#NameTypeDescription
1SrcTOpenCLMtxVec *
Declared in Dew::Math::TOpenCLMatrix · Dew.Math/clMtxVec.h · Cross-compiler