This forum has been archived. All content is frozen. Please use KDE Discuss instead.

How to compute the roots of complex polynimials with eigen?

Tags: None
(comma "," separated)
pengjie
Registered Member
Posts
1
Karma
0
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--------------------------------


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]