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