Lines Matching full: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
304 * Computes the complex roots of a real polynomial.
311 * - real roots,
312 * - greatest, smallest complex roots,
313 * - real roots with greatest, smallest absolute real value.
314 * - greatest, smallest real roots.
320 * the polynomial to compute its roots.
321 * This supposes that the complex moduli of the roots are all distinct: e.g. there should
322 * be no multiple roots or conjugate roots for instance.
340 /** Computes the complex roots of a new polynomial. */
372 /** Computes the complex roots of a new polynomial. */