Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
template<matrix_order O, matrix_style S>
Divide the elements of this Matrix by another's. This operator divides the elements of this Matrix by another's and places the result into this Matrix. The two matrices must have the same dimensions, or one of the Matrices must be 1x1.
|