|
PLaSK library
|
Go to the source code of this file.
Functions | |
| const dcomplex | e (3., 0.1) |
| int | main () |
Variables | |
| const int | n = 1000 |
| const int | N = 2*n + 1 |
| const int | nN = 4*n + 1 |
| const double | b = 2*PI |
| const dcomplex e | ( | 3. | , |
| 0. | 1 | ||
| ) |
| int main | ( | ) |
Definition at line 31 of file invmult_benchmark.cpp.
| const double b = 2*PI |
Definition at line 27 of file invmult_benchmark.cpp.
| const int n = 1000 |
Definition at line 22 of file invmult_benchmark.cpp.
| const int N = 2*n + 1 |
Definition at line 25 of file invmult_benchmark.cpp.
| const int nN = 4*n + 1 |
Definition at line 26 of file invmult_benchmark.cpp.