C++
C#
VB
JScript
All

External Function operator*=


Copyright (C) 2005 IENT-RWTH Aachen

template<class V, class G> inline Vector<G> &operator*=(Vector<G> &X, const V &v)
template<class V, class G> inline Matrix<G> &operator*=(Matrix<G> &X, const V &v)

Multiply-Equals Operator

Returns

A reference to the current object.

Remarks

This sets the current object to the product of the original value of this object and the value on the right.