cxroots: rootfinding for complex analytic functions¶
cxroots is a Python library for finding all the roots of a complex analytic function of a single complex variable within a given contour in the complex plane. The implementation is based on [1].
The cxroots code is hosted at GitHub and is open source under a BSD 3-Clause License
References¶
[1] Peter Kravanja and Marc Van Barel. “Computing the Zeros of Analytic Functions”. Springer Berlin Heidelberg, 2000.