Scythe-1.0.3
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Matrix& scythe::Matrix< T_type, ORDER, STYLE >::operator-= ( T_type  x) [inline]

Subtract a scalar from this Matrix.

This operator subtracts x from each element of this Matrix and places the result into this Matrix.

Parameters:
xThe scalar to subtract from each element.
See also:
operator-=(const Matrix<T_type, O, S> &)
operator+=(T_type)
operator%=(T_type)
operator/=(T_type)
operator^=(T_type)
kronecker(T_type)
Exceptions:
scythe_conformation_error(Level 1)