Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Add a scalar to this Matrix. This operator sums each element of this Matrix with the scalar x and places the result into this Matrix.
|