Registered Member
|
Hi all
I am a newer in eigen, I find it very easy to compute the roots of real polynomials. But I have no idea of complex polynomials. I want to know is it possible to compute the roots of complex polynomials with eigen? and how? Thanks for your help! ----------------------Code begin-------------------------------- Vector3d poly(-1, 0, 1); PolynomialSolver<double, 2> PolySolve(poly); Vector2cd VecRoots(2); VecRoots = PolySolve.roots(); ----------------------Code end-------------------------------- |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]