Synthetic division between cubic and a factor. More...
#include <polynomial.hpp>
| Public Member Functions | |
| Division () | |
| ECL_PUBLIC QuadraticPolynomial | operator() (const CubicPolynomial &p, const double &factor, double &remainder) | 
| Synthetic division by a factor.  More... | |
| virtual | ~Division () | 
Synthetic division between cubic and a factor.
Does long division of the polynomial by (x-factor)
Definition at line 1150 of file polynomial.hpp.
| 
 | inline | 
Definition at line 1152 of file polynomial.hpp.
| 
 | inlinevirtual | 
Definition at line 1153 of file polynomial.hpp.
| QuadraticPolynomial ecl::Division< CubicPolynomial >::operator() | ( | const CubicPolynomial & | 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 48 of file polynomial.cpp.