#include <PolynomialSolver.h>
Public Types | |
typedef PolynomialSolverBase < _Scalar, 1 > | PS_Base |
Public Member Functions | |
template<typename OtherPolynomial > | |
void | compute (const OtherPolynomial &poly) |
Definition at line 378 of file PolynomialSolver.h.
typedef PolynomialSolverBase<_Scalar,1> PolynomialSolver< _Scalar, 1 >::PS_Base |
Definition at line 381 of file PolynomialSolver.h.
void PolynomialSolver< _Scalar, 1 >::compute | ( | const OtherPolynomial & | poly | ) | [inline] |
Computes the complex roots of a new polynomial.
Definition at line 387 of file PolynomialSolver.h.