Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix MulDiag(TVec *DiagMtx, TMtx *Mtx); | Multiply two matrices. |
| 2 | Matrix MulDiag(TMtx *Mtx, TVec *DiagMtx); | Multiply two matrices. |
Overload 1: Matrix MulDiag(TVec *DiagMtx, TMtx *Mtx);
Multiply two matrices.
Remarks:
Internally calls Matrix::MulDiagLeft
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix MulDiag(TMtx *Mtx, TVec *DiagMtx);
Multiply two matrices.
Remarks:
Internally calls Matrix::MulDiagRight
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler