NAMD
|
#include "PmeKSpace.h"
#include <math.h>
#include <stdlib.h>
#include <alloca.h>
#include "PmeBase.inl"
#include "SimParameters.h"
#include "Node.h"
#include "ComputeMoaMgr.decl.h"
Go to the source code of this file.
Macros | |
#define | ALLOCA(TYPE, NAME, SIZE) TYPE *NAME = (TYPE *) alloca((SIZE)*sizeof(TYPE)) |
Functions | |
static void | dftmod (double *bsp_mod, double *bsp_arr, int nfft) |
void | compute_b_moduli (double *bm, int K, int order) |
static void | compute_energy_orthogonal_ckloop (int first, int last, void *result, int paraNum, void *param) |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 20 of file PmeKSpace.C.
Referenced by PmeKSpace::compute_energy_orthogonal_helper().
void compute_b_moduli | ( | double * | bm, |
int | K, | ||
int | order | ||
) |
Definition at line 42 of file PmeKSpace.C.
References compute_b_spline(), dftmod(), and order.
Referenced by CudaPmeOneDevice::CudaPmeOneDevice(), PmeKSpace::PmeKSpace(), and PmeKSpaceCompute::PmeKSpaceCompute().
|
inlinestatic |
Definition at line 214 of file PmeKSpace.C.
References PmeKSpace::compute_energy_orthogonal_subset().
Referenced by PmeKSpace::compute_energy_orthogonal_helper().
|
static |