Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 593 Bytes

operator_prod_equals.rst

File metadata and controls

24 lines (14 loc) · 593 Bytes

operator*=

.. cpp:function:: void operator*=(scalar_type const a)

   Multiplies every entry of the row by a scalar in-place.

   :param a: the scalar to add to every entry of ``this``.

   :returns: (None)

   :throws:
      If the implementation of the semiring multiplication throws.

   :complexity:
      :math:`O(m)` where :math:`m` is :cpp:any:`size`