$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gabriel Dos Reis (gdr_at_[hidden])
Date: 2002-09-22 07:32:49
"Benedikt Weber" <weber_at_[hidden]> writes:
| I don't think you need the size of the fft to be a template parameter. You
| could have a static map<size_t,valarray<size_t> that holds the different
| bit-reversed indices.
That would raise another problem: valarray<> doesn't not satisfy the
constraints put on a std::map<>::mapped_type.
-- Gaby