Home | History | Annotate | Download | only in src

Lines Matching full:coefficients

293         "The matrix of coefficients must be 1-dimensional vector of 3 or 4 elements" );
415 coefficients. The original code has been taken from Ken Turkowski's web
441 * linear and quadratic iterated synthetic division. The coefficients of
443 * the constant term. The coefficients are scaled by dividing them by
483 // Copy polynomial coefficients to working storage
485 h[2 + j] = *a++; // Note reversal of coefficients
661 CV_ERROR(CV_StsUnmatchedFormats, "must have n + 1 coefficients");