Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix ConjMul(TOpenCLMatrix X, TOpenCLMatrix Y) | Conjugate Y and multiply with X |
| 2 | clVector ConjMul(TOpenCLVector X, TOpenCLVector Y) | Conjugate Y and multiply with X |
Overload 1: clMatrix ConjMul(TOpenCLMatrix X, TOpenCLMatrix Y)
Conjugate Y and multiply with X
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
| 2 | Y | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls Dew.Math.clMatrix.ConjMul
Overload 2: clVector ConjMul(TOpenCLVector X, TOpenCLVector Y)
Conjugate Y and multiply with X
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
| 2 | Y | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.ConjMul