Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Kronecker multiply this Matrix by a scalar. This method Kronecker multiplies this Matrix with some scalar, x. This is a degenerate case of Kronecker multiplication, simply multiplying every element in the Matrix by x.
|