Ezeta(s, vlat, h = rep(0, vlat@dimspace), L = 3, prepare = FALSE, norm = TRUE)
L
for better precision.prepare
is FALSE, the result as a numeric.
If prepare
is TRUE, preliminary computations not depending on
the phase are returned as a list.
If prepare
is a list as computed when prepare
is TRUE,
the final result as a numeric.
When considered as a function of the phase h
, the
Epstein zeta function is invariant under any translation by a lattice
vector. The phase vector h
provided to Ezeta
must lie in
the fundamental tile of the vector lattice vlat
. If norm
is TRUE, h
is automatically normalized.
The algorithm used for computation of the Epstein zeta function is
provided in a paper by Richard E. Crandall, see reference below. In
this implementation, all preliminary computations not depending on
the phase h
can be made separately.
Ezeta(3,RectLat2(),h=c(1.1,3.8))
Ezeta(3,HexLat2())
Run the code above in your browser using DataLab