Lines Matching full:polynomial
129 * Polynomial Term Defining Functions
132 * the 2 number_valuesal polynomial function...
143 * Note the slight re-ordering of the terms for a quadratic polynomial
144 * which is to allow the use of a bi-linear (order=1.5) polynomial.
149 /* Return the number of terms for a 2d polynomial */
152 return 0; /* invalid polynomial order */
158 /* Return the result for this polynomial term */
186 /* return the result for this polynomial term */
214 /* polynomial term for x derivative */
242 /* polynomial term for y derivative */
434 "InvalidArgument","%s : '%s'","Polynomial",
441 "Polynomial", (double) i);
890 This is actually a simple polynomial Distortion! The difference
1016 /* Polynomial Distortion
1020 c1 = number_of_terms in one polynomial equation
1031 Polynomial Distortion Notes...
1033 + Currently polynomial is a reversed mapped distortion.
1043 nterms; /* number of polynomial terms per number_values */
1051 /* first two coefficients hold polynomial order information */
2094 (void) FormatLocaleFile(stderr, "Polynomial Projection Distort:\n");
2114 (void) FormatLocaleFile(stderr, "Polynomial (order %lg, terms %lu), FX Equivelent\n",
2437 /* Reversed Mapped is just a simple polynomial */
2451 /* Forward mapped needs reversed polynomial equations
2488 /* multi-ordered polynomial */
2632 /* Radial Polynomial Distortion (de-normalized) */