Epstein Zeta Library 0.6.2
Calculates the Epstein Zeta function
Loading...
Searching...
No Matches
zeta.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2024 Andreas Buchheit <buchheit@num.uni-sb.de>
2// SPDX-FileCopyrightText: 2024 Jonathan Busse <jonathan@jbusse.de>
3// SPDX-FileCopyrightText: 2024 Ruben Gutendorf
4// <ruben.gutendorf@uni-saarland.de>
5//
6// SPDX-License-Identifier: AGPL-3.0-only
7
14#ifndef ZETA_H
15#define ZETA_H
16#include <complex.h>
17#include <stdbool.h>
18
34double complex epsteinZetaInternal(double nu, unsigned int dim, const double *m,
35 const double *x, const double *y, double lambda,
36 bool reg, bool aniso, const unsigned int *alpha);
37#endif
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 z...
Definition zeta.c:989