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 1313 of file polynomial.hpp.
|
inline |
Definition at line 1315 of file polynomial.hpp.
|
inlinevirtual |
Default constructor.
Definition at line 1316 of file polynomial.hpp.
|
inlinestatic |
Division by a factor (synthetic division algorithm).
Definition at line 1328 of file polynomial.hpp.
|
inlinestatic |
Redirections the maximum operator for cubics.
Definition at line 1345 of file polynomial.hpp.
|
inlinestatic |
Redirections the minimum operator for cubics.
Definition at line 1337 of file polynomial.hpp.
|
inlinestatic |
Real roots of the cubic.
Definition at line 1322 of file polynomial.hpp.