Spectral-Analysis-UPB / PyZEAL

Project dealing with the numerical calculation of zeros, poles and residues of holomorphic and meromorphic functions. It aspires to be a PYthon ZEAL (ZEros of AnaLytic functions, a Fortran90 package) successor.
https://pyzeal.readthedocs.io/en/latest/
GNU General Public License v3.0
4 stars 1 forks source link

Implement Caching for QuadratureEstimator #18

Closed PhilippSchuette closed 1 year ago

PhilippSchuette commented 1 year ago

Implement caching for the quadrature-based estimator implementation. This should work analogously to the summation based estimator. Some architectural changes might be in order here.