Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector ConjMul(TOpenCLVector *X, TOpenCLVector *Y); | Conjugate Y and multiply with X |
| 2 | clMatrix ConjMul(TOpenCLMatrix *X, TOpenCLMatrix *Y); | Conjugate Y and multiply with X |
Overload 1: clVector ConjMul(TOpenCLVector *X, TOpenCLVector *Y);
Conjugate Y and multiply with X
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * | |
| 2 | Y | TOpenCLVector * |
Remarks:
Internally calls clVector::ConjMul
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix ConjMul(TOpenCLMatrix *X, TOpenCLMatrix *Y);
Conjugate Y and multiply with X
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * | |
| 2 | Y | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::ConjMul
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler