|
ExaFMM 1
Fast-multipole Method for exascale systems
|
#include "sort.h"

Go to the source code of this file.
Classes | |
| class | KernelBase |
| Unified CPU/GPU kernel class. More... | |
| class | Kernel< equation > |
Defines | |
| #define | ODDEVEN(n) ((((n) & 1) == 1) ? -1 : 1) |
Variables | |
| const int | P2 = P * P |
| P^2. | |
| const int | P4 = P2 * P2 |
| P^4. | |
1.7.4