|
Boost : |
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk