|
|
void | initializeConstructor (Polynomial< double, 0 > *poly) |
| |
|
void | initializeConstructor (Polynomial< double, 1 > *poly) |
| |
|
void | initializeConstructor (Polynomial< double, 2 > *poly) |
| |
|
void | initializeConstructor (Polynomial< double, 3 > *poly) |
| |
|
template<int degree> |
| void | setPolynomialFromOffset (int offset, Polynomial< double, degree > *poly) |
| |
|
template<int degree> |
| void | setPolynomialToSmallValue (Polynomial< double, degree > *poly) |
| |
|
template<int degree> |
| void | checkPolynomialConstructor (Polynomial< double, degree > *poly) |
| |
|
template<int degree> |
| void | checkPolynomialArithmetic (const Polynomial< double, degree > &poly1, const Polynomial< double, degree > &poly2) |
| |
|
template<int degree> |
| void | checkPolynomialDerivative (const Polynomial< double, degree > &poly1) |
| |
|
template<int degree> |
| void | checkIsNearZero (Polynomial< double, degree > *poly1) |
| |
The documentation for this class was generated from the following file: