Lines Matching full:polynomial
442 * a polynomial of degree n are given as a[i] (i=0,i,..., n) where a[0] is
452 * Polynomial Equations," by K. W. Ellenberger, Commun. ACM 3 (Dec. 1960),
456 * ACM algorithm #30 - Numerical Solution of the Polynomial Equation
483 // Copy polynomial coefficients to working storage
558 d[2 + j] = h[2 + j] + r * d[2 + j - 1]; // Calculate polynomial at r
596 for (j = n; j >= 0; j--) { // Polynomial deflation by lin-nomial
631 for (j = n; j >= 0; j--) { // Polynomial deflation by quadratic