$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Benedikt Weber (weber_at_[hidden])
Date: 2002-07-03 04:51:54
"Peter Schmitteckert (boost)" <boost_at_[hidden]> wrote
>
> I like the feature that I can assign a full matrix to a more specialized,
> in my cas a hermitean matrix.
>
> Changing this would currently break my code.
>
It's useful and dangerous at the same time. I did not try it, but what
happens if your full matrix is not hermitean. How is it transformed to the
hermitean matrix? There are also the adapters, although I am not sure what
they do exactly and if they are applicable in this example.
Benedikt