MtxExpr.MulDiag Method

Overload List

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

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

Multiply two matrices.

#NameTypeDescription
1MtxTMtxsource TMtx
2DiagMtxTVecsource TVec

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.MulDiagRight

Overload 2: Matrix MulDiag(TVec DiagMtx, TMtx Mtx)

Multiply two matrices.

#NameTypeDescription
1DiagMtxTVecsource TVec
2MtxTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.MulDiagLeft