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