|
Epstein Zeta Library 0.5.0
Calculates the Epstein Zeta function
|
Calculates the (regularized) Epstein zeta function. More...

Functions | |
| double complex | epsteinZeta (double nu, unsigned int dim, const double *a, const double *x, const double *y) |
| calculates the Epstein Zeta function. | |
| double complex | epsteinZetaReg (double nu, unsigned int dim, const double *a, const double *x, const double *y) |
| calculates the regularized Epstein Zeta function. | |
Calculates the (regularized) Epstein zeta function.
| double complex epsteinZeta | ( | double | nu, |
| unsigned int | dim, | ||
| const double * | a, | ||
| const double * | x, | ||
| const double * | y ) |
calculates the Epstein Zeta function.
| [in] | nu | exponent for the Epstein zeta function. |
| [in] | dim | dimension of the input vectors. |
| [in] | a | 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. |
| double complex epsteinZetaReg | ( | double | nu, |
| unsigned int | dim, | ||
| const double * | a, | ||
| const double * | x, | ||
| const double * | y ) |
calculates the regularized Epstein Zeta function.
| [in] | nu | exponent for the Epstein zeta function. |
| [in] | dim | dimension of the input vectors. |
| [in] | a | 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. |