ClMtxExpr.Flip Method

Overload List

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

Overload 1: clMatrix Flip(TOpenCLMatrix X)

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.Flip

Overload 2: clValue Flip(TOpenCLValue X)

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.Flip

Overload 3: clVector Flip(TOpenCLVector X)

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.Flip