$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: boost (boost_at_[hidden])
Date: 2002-02-28 03:23:06
Salut,
On Thursday 28 February 2002 06:00, rwgk wrote:
> > 100 x 100 matrix of complex numbers => 100 * 100 * 2 unnecessary
> > initializations. and that's not even a particularly large example.
>
> I also find this to be a performance problem.
>
In my application the dimension of vectors I fill with complex numbers
is > 10^7. Filling them with zeros is a major performance loss.
Best wishes,
Peter