ACCA-Imperial / SKPrime

A MATLAB implementation of the Schottky-Klein prime function.
GNU General Public License v3.0
10 stars 6 forks source link

2nd and 3rd order derivatives #34

Closed rhodrin closed 8 years ago

rhodrin commented 8 years ago

Is it currently possible to evaluate 2nd and 3rd order derivatives of the prime function (w.r.t. zeta) with spectral accuracy?

If not, we should get this in asap.

ehkropf commented 8 years ago

In theory this should be possible since we're just using the DFT to take the derivatives on the boundary and continuing. The devil will likely be in the details.