|
Developer Documentation
|
Public Member Functions | |
| template<int Degree2> | |
| StartingPolynomial< Degree+Degree2 > | operator* (const StartingPolynomial< Degree2 > &p) const |
| StartingPolynomial | scale (double s) const |
| StartingPolynomial | shift (double t) const |
| int | operator< (const StartingPolynomial &sp) const |
Static Public Member Functions | |
| static int | Compare (const void *v1, const void *v2) |
Public Attributes | |
| Polynomial< Degree > | p |
| double | start |
Definition at line 35 of file PPolynomial.h.