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]

Exponentiate this Matrix by a scalar.

This operator exponentiates each element of this Matrix by x and places the result into this Matrix.

Parameters:
xThe scalar to exponentiate each element by.
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)