ClMtxExpr.Flip Method

Overload List

#SignatureDescription
1function Flip(X: TOpenCLMatrix): clMatrix;Exchange the real and imaginary parts of complex numbers.
2function Flip(X: TOpenCLValue): clValue;Exchange the real and imaginary parts of complex numbers.
3function Flip(X: TOpenCLVector): clVector;Exchange the real and imaginary parts of complex numbers.

Overload 1: function Flip(X: TOpenCLMatrix): clMatrix;

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.Flip

Overload 2: function Flip(X: TOpenCLValue): clValue;

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.Flip

Overload 3: function Flip(X: TOpenCLVector): clVector;

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.Flip