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 Quadrature-Based Argument Estimator #16

Closed PhilippSchuette closed 1 year ago

PhilippSchuette commented 1 year ago

Create the ArgumentEstimator implementation based on numerical quadrature around the given rectangle. Afterwards, this implementation should be tested with the simple argument algorithm variants.