ClMtxExpr.FlipConj Method

Overload List

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

Overload 1: clMatrix FlipConj(TOpenCLMatrix X)

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.FlipConj

Overload 2: clValue FlipConj(TOpenCLValue X)

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.FlipConj

Overload 3: clVector FlipConj(TOpenCLVector X)

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.FlipConj