Home | History | Annotate | Download | only in Polynomials

Lines Matching full:vector

18  * \param[in] poly : the vector of coefficients of the polynomial ordered
20 * e.g. \f$ 1 + 3x^2 \f$ is stored as a vector \f$ [ 1, 0, 3 ] \f$.
39 * \param[in] poly : the vector of coefficients of the polynomial ordered
41 * e.g. \f$ 1 + 3x^2 \f$ is stored as a vector \f$ [ 1, 0, 3 ] \f$.
66 * \param[in] poly : the vector of coefficients of the polynomial ordered
68 * e.g. \f$ 1 + 3x^2 \f$ is stored as a vector \f$ [ 1, 0, 3 ] \f$.
92 * \param[in] poly : the vector of coefficients of the polynomial ordered
94 * e.g. \f$ 1 + 3x^2 \f$ is stored as a vector \f$ [ 1, 0, 3 ] \f$.
119 * If RootVector is a vector of complexes, Polynomial should also be a vector
121 * \param[in] rv : a vector containing the roots of a polynomial.
122 * \param[out] poly : the vector of coefficients of the polynomial ordered
124 * e.g. \f$ 3 + x^2 \f$ is stored as a vector \f$ [ 3, 0, 1 ] \f$.