#include <boost/qvm/m.hpp>
namespace boost
{
namespace qvm
{
//Only enabled if: is_m<A>::value
template <class A>
A & operator*=( A & a, m_traits<A>::scalar_type s );
}
}
This operation multiplies the matrix a matrix by the scalar s.
a.