Epstein Zeta Library 0.5.0
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.busse@dlr.de>
3// SPDX-FileCopyrightText: 2024 Ruben Gutendorf
4// <ruben.gutendorf@uni-saarland.de>
5//
6// SPDX-License-Identifier: AGPL-3.0-only
7
13#ifndef ZETA_H
14#define ZETA_H
15#include <complex.h>
16
28double complex epsteinZetaInternal(double nu, unsigned int dim, const double *m,
29 const double *x, const double *y, double lambda,
30 int regBool);
31#endif
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.
Definition zeta.c:214