Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function MulDiag(const Mtx: TMtx; const DiagMtx: TVec): Matrix; | Multiply two matrices. |
| 2 | function MulDiag(const DiagMtx: TVec; const Mtx: TMtx): Matrix; | Multiply two matrices. |
| # | Signature | Description |
|---|---|---|
| 1 | function MulDiag(const Mtx: TMtx; const DiagMtx: TVec): Matrix; | Multiply two matrices. |
| 2 | function MulDiag(const DiagMtx: TVec; const Mtx: TMtx): Matrix; | Multiply two matrices. |