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]

Add a scalar to this Matrix.

This operator sums each element of this Matrix with the scalar x and places the result into this Matrix.

Parameters:
xThe scalar to add to 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)