Return the sum of the specified matrix and specified scalar.
- Template Parameters
-
| Mat | type of the matrix or expression |
| Scal | type of the scalar |
- Parameters
-
| m | Matrix or expression. |
| c | Scalar. |
- Returns
- The matrix plus the scalar.
Definition at line 60 of file add.hpp.