Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector ConjMul(TVec *X, TVec *Y); | Conjugate Y and multiply with X |
| 2 | Matrix ConjMul(TMtx *X, TMtx *Y); | Conjugate Y and multiply with X |
Overload 1: Vector ConjMul(TVec *X, TVec *Y);
Conjugate Y and multiply with X
Remarks:
Internally calls Vector::ConjMul
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix ConjMul(TMtx *X, TMtx *Y);
Conjugate Y and multiply with X
Remarks:
Internally calls Matrix::ConjMul
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler