I am trying to implement a computer simulation of the algorithm described in this paper.
I need to find a root using Newton's method. The problem is that I need to know the derivative of the complex modulus function and my math knowledge is not helping me a lot. The function is described at p. 4 of the PDF file:

I mention that the function contains complex values, excepting the absolute values (|.|) and lambda.
Can anybody help me with the first derivative of this function?
Don't bother with Newton's method. You need to choose an initial $\lambda$, so choose two and use the secant method.
A good discussion is here:
https://en.wikipedia.org/wiki/Secant_method