From: Benedikt Weber (weber_at_[hidden])
Date: 2002-07-03 05:10:53


>
> I like the feature that I can assign a full matrix to a more specialized,
> in my cas a hermitean matrix.

 I should append that normally the user should explicitely have to state
when he wants that behaviour. This is a general concept of the C++ type
system. E.g. you cannot assign a complex number to real one, you have to say
if you want the real part or the imaginary part.

Benedikt