|
Epstein Zeta Library 0.6.2
Calculates the Epstein Zeta function
|
Calculates the (regularized) Epstein zeta function and the (regularized) anisotropic Epstein zeta function. More...
#include <complex.h>#include <stdbool.h>

Go to the source code of this file.
Functions | |
| double complex | epsteinZetaInternal (double nu, unsigned int dim, const double *m, const double *x, const double *y, double lambda, bool reg, bool aniso, const unsigned int *alpha) |
| calculates the (regularized) Epstein zeta function as well as the (regularized) anisotropic Epstein zeta function with a prefactor. | |
Calculates the (regularized) Epstein zeta function and the (regularized) anisotropic Epstein zeta function.
| double complex epsteinZetaInternal | ( | double | nu, |
| unsigned int | dim, | ||
| const double * | m, | ||
| const double * | x, | ||
| const double * | y, | ||
| double | lambda, | ||
| bool | reg, | ||
| bool | aniso, | ||
| const unsigned int * | alpha ) |
calculates the (regularized) Epstein zeta function as well as the (regularized) anisotropic Epstein zeta function with a prefactor.
| [in] | nu | exponent. |
| [in] | dim | dimension of the input vectors. |
| [in] | m | matrix that transforms the lattice. |
| [in] | x | shift vector. |
| [in] | y | wave vector. |
| [in] | lambda | relative weight of the sums in Crandall's formula. |
| [in] | reg | false for no regularization, true for the regularization. |
| [in] | aniso | false for no anisotropy, true for the anisotropic variant. |
| [in] | alpha | multiindex for the derivatives. |