Specialises the function math loader for quadratics. More...
#include <polynomial.hpp>
| Public Member Functions | |
| FunctionMath () | |
| virtual | ~FunctionMath () | 
| Default constructor.  More... | |
| Static Public Member Functions | |
| static LinearFunction | Division (const QuadraticPolynomial &p, const double &factor, double &remainder) | 
| Division by a factor (synthetic division algorithm).  More... | |
| static Array< double > | Roots (const QuadraticPolynomial &p) | 
| Real roots of the quadratic.  More... | |
Specialises the function math loader for quadratics.
This lets you use the functions directly from within the class.
Definition at line 1290 of file polynomial.hpp.
| 
 | inline | 
Definition at line 1292 of file polynomial.hpp.
| 
 | inlinevirtual | 
Default constructor.
Definition at line 1293 of file polynomial.hpp.
| 
 | inlinestatic | 
Division by a factor (synthetic division algorithm).
Definition at line 1305 of file polynomial.hpp.
| 
 | inlinestatic | 
Real roots of the quadratic.
Definition at line 1299 of file polynomial.hpp.