Lines Matching refs:polynomial
29 * \brief This module provides a QR based polynomial solver.
44 and a QR based polynomial solver.
48 polynomials, computing estimates about polynomials and next the QR based polynomial
68 evaluates a polynomial at a given point using stabilized Hörner method.
70 …The following code: first computes the coefficients in the monomial basis of the monic polynomial …
71 then, it evaluates the computed polynomial, using a stabilized Hörner method.
81 …um bound (the Cauchy one: \f$C(p)\f$) for the absolute value of a root of the given polynomial i.e.
91 …(the Cauchy one: \f$c(p)\f$) for the absolute value of a non zero root of the given polynomial i.e.
98 \section QR polynomial solver class
99 …Computes the complex roots of a polynomial by computing the eigenvalues of the associated companio…
114 …Therefore the current polynomial solver is guaranteed to provide a correct result only when the co…
120 (double) floating types and small polynomial degree (<20).
126 -# a simple use of the polynomial solver is shown;
127 …-# the accuracy problem with the QR algorithm is presented: a polynomial with almost conjugate roo…