Epstein Zeta Library 0.5.0
Calculates the Epstein Zeta function
|
Calculates the (regularized) Epstein zeta function. More...
#include <complex.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, int regBool) |
calculates the (regularized) Epstein Zeta function. | |
Calculates the (regularized) Epstein zeta function.
double complex epsteinZetaInternal | ( | double | nu, |
unsigned int | dim, | ||
const double * | m, | ||
const double * | x, | ||
const double * | y, | ||
double | lambda, | ||
int | reg ) |
calculates the (regularized) Epstein Zeta function.
[in] | nu | exponent for the Epstein zeta function. |
[in] | dim | dimension of the input vectors. |
[in] | m | matrix that transforms the lattice in the Epstein Zeta function. |
[in] | x | x vector of the Epstein Zeta function. |
[in] | y | y vector of the Epstein Zeta function. |
[in] | lambda | relative weight of the sums in Crandall's formula. |
[in] | regBool | 0 for no regularization, > 0 for the regularization. |
[in] | nu | exponent for the Epstein zeta function. |
[in] | dim | dimension of the input vectors. |
[in] | m | matrix that transforms the lattice in the Epstein Zeta function. |
[in] | x | x vector of the Epstein Zeta function. |
[in] | y | y vector of the Epstein Zeta function. |
[in] | lambda | relative weight of the sums in Crandall's formula. |
[in] | reg | 0 for no regularization, > 0 for the regularization. |