ExaFMM 1
Fast-multipole Method for exascale systems
Classes | Defines | Variables
include/kernel.h File Reference
#include "sort.h"
Include dependency graph for kernel.h:
This graph shows which files directly or indirectly include this file:

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.

Define Documentation

#define ODDEVEN (   n)    ((((n) & 1) == 1) ? -1 : 1)

Definition at line 25 of file kernel.h.


Variable Documentation

const int P2 = P * P

P^2.

Definition at line 27 of file kernel.h.

const int P4 = P2 * P2

P^4.

Definition at line 28 of file kernel.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines