Functions | |
void | particlesWithinRadii (Particles *particles, int *particlesWithin, real deltaRadial, int n) |
Wrapper for Processing::Kernel::particlesWithinRadii(). More... | |
template<typename T > | |
void | cartesianToRadial (Particles *particles, int *particlesWithin, T *input, T *output, real deltaRadial, int n) |
Wrapper for Processing::Kernel::cartesianToRadial(). More... | |
template void | cartesianToRadial< real > (Particles *particles, int *particlesWithin, real *input, real *output, real deltaRadial, int n) |
void Processing::Kernel::Launch::cartesianToRadial | ( | Particles * | particles, |
int * | particlesWithin, | ||
T * | input, | ||
T * | output, | ||
real | deltaRadial, | ||
int | n | ||
) |
Wrapper for Processing::Kernel::cartesianToRadial().
Definition at line 81 of file kernels.cu.
template void Processing::Kernel::Launch::cartesianToRadial< real > | ( | Particles * | particles, |
int * | particlesWithin, | ||
real * | input, | ||
real * | output, | ||
real | deltaRadial, | ||
int | n | ||
) |
void Processing::Kernel::Launch::particlesWithinRadii | ( | Particles * | particles, |
int * | particlesWithin, | ||
real | deltaRadial, | ||
int | n | ||
) |
Wrapper for Processing::Kernel::particlesWithinRadii().
Definition at line 75 of file kernels.cu.