ClMtxExpr.FlipConj Method

Overload List

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

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

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.FlipConj

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

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.FlipConj

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

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.FlipConj