Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / fft / TODO
1 * Sine and Cosine Transforms from FFTPACK. 
2
3 * A simple multidimensional fft.
4
5 * Convolutions. This will need different interfaces corresponding to
6 the type of underlying FFT (radix-2, mixed-radix, radix-2 real,
7 mixed-radix real). The convolution function should be fft'ed before
8 being passed, so that the function can be used in a loop.  The main
9 point of the function being to do the index manipulation for the
10 multiplication F*G.  Theoretically someone might want to convolve real
11 and complex data together which could be done but would double the
12 number of interfaces. It would be reasonable to restrict the
13 convolutions to real-real and complex-complex.
14