Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix Flip(TOpenCLMatrix X) | Exchange the real and imaginary parts of complex numbers. |
| 2 | clValue Flip(TOpenCLValue X) | Exchange the real and imaginary parts of complex numbers. |
| 3 | clVector 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.Flip