Boost QVM

operator*=(m,s)

#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 );
    }
}

Effects:

This operation multiplies the matrix a matrix by the scalar s.

Returns:

a.


See also: boost/qvm/m.hpp