Home | History | Annotate | Download | only in Polynomials

Lines Matching full:polynomial

18  * \brief Defined to be inherited by polynomial solvers: it provides
54 /** \returns the complex roots of the polynomial */
58 /** Clear and fills the back insertion sequence with the real roots of the polynomial
305 * \brief A polynomial solver
307 * Computes the complex roots of a real polynomial.
309 * \param _Scalar the scalar type, i.e., the type of the polynomial coefficients
310 * \param _Deg the degree of the polynomial, can be a compile time value or Dynamic.
311 * Notice that the number of polynomial coefficients is _Deg+1.
313 * This class implements a polynomial solver and provides convenient methods such as
319 * WARNING: this polynomial solver is experimental, part of the unsuported Eigen modules.
323 * the polynomial to compute its roots.
328 * (double) floating types and small polynomial degree (<20).
343 /** Computes the complex roots of a new polynomial. */
375 /** Computes the complex roots of a new polynomial. */