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
302 * \brief A polynomial solver
304 * Computes the complex roots of a real polynomial.
306 * \param _Scalar the scalar type, i.e., the type of the polynomial coefficients
307 * \param _Deg the degree of the polynomial, can be a compile time value or Dynamic.
308 * Notice that the number of polynomial coefficients is _Deg+1.
310 * This class implements a polynomial solver and provides convenient methods such as
316 * WARNING: this polynomial solver is experimental, part of the unsuported Eigen modules.
320 * the polynomial to compute its roots.
325 * (double) floating types and small polynomial degree (<20).
340 /** Computes the complex roots of a new polynomial. */
372 /** Computes the complex roots of a new polynomial. */