Specialises the function math loader for cubics. More...
#include <polynomial.hpp>
| Public Member Functions | |
| FunctionMath () | |
| virtual | ~FunctionMath () | 
| Default constructor.  More... | |
| Static Public Member Functions | |
| static QuadraticPolynomial | Division (const CubicPolynomial &p, const double &factor, double &remainder) | 
| Division by a factor (synthetic division algorithm).  More... | |
| static double | Maximum (const double &x_begin, const double &x_end, const CubicPolynomial &function) | 
| Redirections the maximum operator for cubics.  More... | |
| static double | Minimum (const double &x_begin, const double &x_end, const CubicPolynomial &function) | 
| Redirections the minimum operator for cubics.  More... | |
| static Array< double > | Roots (const CubicPolynomial &p) | 
| Real roots of the cubic.  More... | |
Specialises the function math loader for cubics.
This lets you use the functions directly from within the class.
Definition at line 1319 of file polynomial.hpp.
| 
 | inline | 
Definition at line 1321 of file polynomial.hpp.
| 
 | inlinevirtual | 
Default constructor.
Definition at line 1322 of file polynomial.hpp.
| 
 | inlinestatic | 
Division by a factor (synthetic division algorithm).
Definition at line 1334 of file polynomial.hpp.
| 
 | inlinestatic | 
Redirections the maximum operator for cubics.
Definition at line 1351 of file polynomial.hpp.
| 
 | inlinestatic | 
Redirections the minimum operator for cubics.
Definition at line 1343 of file polynomial.hpp.
| 
 | inlinestatic | 
Real roots of the cubic.
Definition at line 1328 of file polynomial.hpp.