Lines Matching full:complex
21 * - greatest, smallest complex roots,
36 typedef std::complex<RealScalar> RootType;
54 /** \returns the complex roots of the polynomial */
59 * i.e. the real part of the complex roots that have an imaginary part which
65 * \param[in] absImaginaryThreshold : the maximum bound of the imaginary part of a complex
97 * \returns the complex root with greatest norm.
106 * \returns the complex root with smallest norm.
197 * A real root is defined as the real part of a complex root with absolute imaginary
220 * A real root is defined as the real part of a complex root with absolute imaginary
243 * A real root is defined as the real part of a complex root with absolute imaginary
266 * A real root is defined as the real part of a complex root with absolute imaginary
304 * Computes the complex roots of a real polynomial.
312 * - greatest, smallest complex roots,
321 * This supposes that the complex moduli of the roots are all distinct: e.g. there should
340 /** Computes the complex roots of a new polynomial. */
372 /** Computes the complex roots of a new polynomial. */