From: John Suters (johnds_at_[hidden])
Date: 2001-10-31 15:38:55


> Can you specialize so that real->complex transform is automatically
> optimized?

No. It's all complex, with the user having the responsibility of placing the
input into a form that looks something like
std::vector<std::complex<long double> >

John