Synthetic division between quadratic and a factor. More...
#include <polynomial.hpp>
| Public Member Functions | |
| Division () | |
| ECL_PUBLIC LinearFunction | operator() (const QuadraticPolynomial &p, const double &factor, double &remainder) | 
| Synthetic division by a factor.  More... | |
| virtual | ~Division () | 
Synthetic division between quadratic and a factor.
Does long division of the polynomial by (x-factor)
Definition at line 1130 of file polynomial.hpp.
| 
 | inline | 
Definition at line 1134 of file polynomial.hpp.
| 
 | inlinevirtual | 
Definition at line 1135 of file polynomial.hpp.
| LinearFunction ecl::Division< QuadraticPolynomial >::operator() | ( | const QuadraticPolynomial & | p, | 
| const double & | factor, | ||
| double & | remainder | ||
| ) | 
Synthetic division by a factor.
| p | : the polynomial | 
| factor | : of the form (x-factor) | 
| remainder | : remainder left after the division | 
Definition at line 38 of file polynomial.cpp.