16#ifndef EPSTEIN_CRANDALL
17#define EPSTEIN_CRANDALL
46double complex
crandall_gReg(
unsigned int dim,
double nu,
const double *z,
69double complex
crandall_g(
unsigned int dim,
double nu,
const double *z,
70 double prefactor,
double zArgBound);
double complex crandall_g(unsigned int dim, double nu, const double *z, double prefactor, double zArgBound)
Assumes x and y to be in the respective elementary lattice cell. Multiply with exp(2 * PI * i * x * y...
Definition crandall.c:132
double assignzArgBound(double nu)
calculates bounds on when to use asymptotic expansion of the upper incomplete gamma function,...
Definition crandall.c:105
double complex crandall_gReg_nuequalsdim(double s, double arg, double k, double lambda)
Calculates the regularization of the zero summand in the second sum in Crandall's formula in the spec...
double complex crandall_gReg(unsigned int dim, double nu, const double *z, double prefactor)
Calculates the regularization of the zero summand in the second sum in Crandall's formula.
Definition crandall.c:87