MatrixIndex::operator=
Copyright (C) 2005 IENT-RWTH Aachen
inline MatrixIndex &MatrixIndex::operator=(const self &x)
template<class J> inline MatrixIndex &MatrixIndex::operator=(const MatrixIndex<J> &x)
template<class T> inline MatrixIndex &MatrixIndex::operator=(const complex <T> &z)
Assignment Operator
Returns
A reference to the current object.
Remarks
This sets this object (on the left-hand-side of the operator) to the value given on the right of the operator.