Overload List
| # | Signature | Description |
|---|---|---|
| 1 | MatrixInt operator+(TMtxInt *Left, const MatrixInt &Right); | Add coresponding elements in Left and Right. |
| 2 | MatrixInt operator+(const MatrixInt &Left, TMtxInt *Right); | Add coresponding elements in Left and Right. |
Overload 1: MatrixInt operator+(TMtxInt *Left, const MatrixInt &Right);
Add coresponding elements in Left and Right.
Declared in Dew::Math · Dew.Math/MtxExprInt.h · Cross-compiler