Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix MulI(TOpenCLMatrix X) | Multiply the source with 1i complex number. |
| 2 | clValue MulI(TOpenCLValue X) | Multiply the source with 1i complex number. |
| 3 | clVector MulI(TOpenCLVector X) | Multiply the source with 1i complex number. |
Overload 1: clMatrix MulI(TOpenCLMatrix X)
Multiply the source with 1i complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls Dew.Math.clMatrix.MulI
Overload 2: clValue MulI(TOpenCLValue X)
Multiply the source with 1i complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls Dew.Math.clValue.MulI
Overload 3: clVector MulI(TOpenCLVector X)
Multiply the source with 1i complex number.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.MulI