Boost logo

Ublas :

From: Georg Baum (Georg.Baum_at_[hidden])
Date: 2006-07-26 07:22:30


Am Mittwoch, 26. Juli 2006 10:48 schrieb Georg Baum:
> Apart from that, what about
>
> hermitian_matrix_element &operator = (const hermitian_matrix_element &p)?
>
> Does it need to copy i_ and j_ as well?

Another question: Why does the copy constructor have different semantics
(concerning the dirty flag) than the assignment operator?

Georg