Home | History | Annotate | Download | only in Polynomials

Lines Matching refs:roots

20  *  - real roots,
21 * - greatest, smallest complex roots,
22 * - real roots with greatest, smallest absolute real value,
23 * - greatest, smallest real roots.
25 * It stores the set of roots as a vector of complexes.
54 /** \returns the complex roots of the polynomial */
55 inline const RootsType& roots() const { return m_roots; }
58 /** Clear and fills the back insertion sequence with the real roots of the polynomial
59 * i.e. the real part of the complex roots that have an imaginary part which
307 * Computes the complex roots of a real polynomial.
314 * - real roots,
315 * - greatest, smallest complex roots,
316 * - real roots with greatest, smallest absolute real value.
317 * - greatest, smallest real roots.
323 * the polynomial to compute its roots.
324 * This supposes that the complex moduli of the roots are all distinct: e.g. there should
325 * be no multiple roots or conjugate roots for instance.
343 /** Computes the complex roots of a new polynomial. */
375 /** Computes the complex roots of a new polynomial. */