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

Speed up root calculation #29

Open PhilippSchuette opened 1 year ago

PhilippSchuette commented 1 year ago

At this point at least the SimpleArgument and SimpleArgumentNewton algorithms as well as the SummationEstimator and QuadratureEstimator argument estimators have reached a decent level of maturity. It might be worthwhile (after profiling, of course) to get some easy wins in terms of runtime with e.g. just-in-time compilation.