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