todo
来自「数学公式库--非常不错 The GNU Scientific Library 」· 代码 · 共 15 行
TXT
15 行
* Sine and Cosine Transforms from FFTPACK. * A simple multidimensional fft.* Convolutions. This will need different interfaces corresponding tothe type of underlying FFT (radix-2, mixed-radix, radix-2 real,mixed-radix real). The convolution function should be fft'ed beforebeing passed, so that the function can be used in a loop. The mainpoint of the function being to do the index manipulation for themultiplication F*G. Theoretically someone might want to convolve realand complex data together which could be done but would double thenumber of interfaces. It would be reasonable to restrict theconvolutions to real-real and complex-complex.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?