|
1 | 1 | :: |
2 | 2 |
|
3 | 3 | int finufft2d1(int64_t M, double* x, double* y, complex<double>* c, int iflag, double |
4 | | - eps, int64_t N1, int64_t N2, complex<double>* f, nufft_opts* opts) |
| 4 | + eps, int64_t N1, int64_t N2, complex<double>* f, finufft_opts* opts) |
5 | 5 | int finufftf2d1(int64_t M, float* x, float* y, complex<float>* c, int iflag, float eps, |
6 | | - int64_t N1, int64_t N2, complex<float>* f, nufft_opts* opts) |
| 6 | + int64_t N1, int64_t N2, complex<float>* f, finufftf_opts* opts) |
7 | 7 |
|
8 | 8 | int finufft2d1many(int ntr, int64_t M, double* x, double* y, complex<double>* c, int |
9 | | - iflag, double eps, int64_t N1, int64_t N2, complex<double>* f, nufft_opts* opts) |
| 9 | + iflag, double eps, int64_t N1, int64_t N2, complex<double>* f, finufft_opts* opts) |
10 | 10 | int finufftf2d1many(int ntr, int64_t M, float* x, float* y, complex<float>* c, int iflag, |
11 | | - float eps, int64_t N1, int64_t N2, complex<float>* f, nufft_opts* opts) |
| 11 | + float eps, int64_t N1, int64_t N2, complex<float>* f, finufftf_opts* opts) |
12 | 12 |
|
13 | 13 | 2D complex nonuniform FFT of type 1 (nonuniform to uniform). |
14 | 14 |
|
|
45 | 45 | :: |
46 | 46 |
|
47 | 47 | int finufft2d2(int64_t M, double* x, double* y, complex<double>* c, int iflag, double |
48 | | - eps, int64_t N1, int64_t N2, complex<double>* f, nufft_opts* opts) |
| 48 | + eps, int64_t N1, int64_t N2, complex<double>* f, finufft_opts* opts) |
49 | 49 | int finufftf2d2(int64_t M, float* x, float* y, complex<float>* c, int iflag, float eps, |
50 | | - int64_t N1, int64_t N2, complex<float>* f, nufft_opts* opts) |
| 50 | + int64_t N1, int64_t N2, complex<float>* f, finufftf_opts* opts) |
51 | 51 |
|
52 | 52 | int finufft2d2many(int ntr, int64_t M, double* x, double* y, complex<double>* c, int |
53 | | - iflag, double eps, int64_t N1, int64_t N2, complex<double>* f, nufft_opts* opts) |
| 53 | + iflag, double eps, int64_t N1, int64_t N2, complex<double>* f, finufft_opts* opts) |
54 | 54 | int finufftf2d2many(int ntr, int64_t M, float* x, float* y, complex<float>* c, int iflag, |
55 | | - float eps, int64_t N1, int64_t N2, complex<float>* f, nufft_opts* opts) |
| 55 | + float eps, int64_t N1, int64_t N2, complex<float>* f, finufftf_opts* opts) |
56 | 56 |
|
57 | 57 | 2D complex nonuniform FFT of type 2 (uniform to nonuniform). |
58 | 58 |
|
|
87 | 87 | :: |
88 | 88 |
|
89 | 89 | int finufft2d3(int64_t M, double* x, double* y, complex<double>* c, int iflag, double |
90 | | - eps, int64_t N, double* s, double* t, complex<double>* f, nufft_opts* opts) |
| 90 | + eps, int64_t N, double* s, double* t, complex<double>* f, finufft_opts* opts) |
91 | 91 | int finufftf2d3(int64_t M, float* x, float* y, complex<float>* c, int iflag, float eps, |
92 | | - int64_t N, float* s, float* t, complex<float>* f, nufft_opts* opts) |
| 92 | + int64_t N, float* s, float* t, complex<float>* f, finufftf_opts* opts) |
93 | 93 |
|
94 | 94 | int finufft2d3many(int ntr, int64_t M, double* x, double* y, complex<double>* c, int |
95 | | - iflag, double eps, int64_t N, double* s, double* t, complex<double>* f, nufft_opts* opts) |
| 95 | + iflag, double eps, int64_t N, double* s, double* t, complex<double>* f, finufft_opts* |
| 96 | + opts) |
96 | 97 | int finufftf2d3many(int ntr, int64_t M, float* x, float* y, complex<float>* c, int iflag, |
97 | | - float eps, int64_t N, float* s, float* t, complex<float>* f, nufft_opts* opts) |
| 98 | + float eps, int64_t N, float* s, float* t, complex<float>* f, finufftf_opts* opts) |
98 | 99 |
|
99 | 100 | 2D complex nonuniform FFT of type 3 (nonuniform to nonuniform). |
100 | 101 |
|
|
0 commit comments