Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk