todo

来自「该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学」· 代码 · 共 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 + -
显示快捷键?