MtxExpr::MulDiag Function

Overload List

#SignatureDescription
1Matrix MulDiag(TVec *DiagMtx, TMtx *Mtx);Multiply two matrices.
2Matrix MulDiag(TMtx *Mtx, TVec *DiagMtx);Multiply two matrices.

Overload 1: Matrix MulDiag(TVec *DiagMtx, TMtx *Mtx);

Multiply two matrices.

#NameTypeDescription
1DiagMtxTVec *
2MtxTMtx *
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.

#NameTypeDescription
1MtxTMtx *
2DiagMtxTVec *
Remarks:

Internally calls Matrix::MulDiagRight

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler