$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: nbecker_at_[hidden]
Date: 2002-02-27 14:30:26
Another problem with std::complex is that is has a default
initializer. Constructing a vector<complex> will cause the default
initializer to be called potentially a large number of times. This
can be very wasteful. I believe a complex type for serious numerical
processing should not have a default constructor.