Polynomial< ftype, N > Member List
This is the complete list of members for Polynomial< ftype, N >, including all inherited members.
| coef | Polynomial< ftype, N > | |
| DefaultError() | Polynomial< ftype, N > | protectedstatic |
| Deflate(ftype root) const | Polynomial< ftype, N > | |
| Derivative() const | Polynomial< ftype, N > | |
| Eval(ftype x) const | Polynomial< ftype, N > | |
| EvalWithDeriv(ftype &deriv, ftype x) const | Polynomial< ftype, N > | |
| FirstRoot(ftype &root, ftype xError=DefaultError()) const | Polynomial< ftype, N > | |
| FirstRoot(ftype &root, ftype xMin, ftype xMax, ftype xError=DefaultError()) const | Polynomial< ftype, N > | |
| ForEachRoot(RootCallback c, ftype xError=DefaultError()) const | Polynomial< ftype, N > | |
| ForEachRoot(RootCallback c, ftype xMin, ftype xMax, ftype xError=DefaultError()) const | Polynomial< ftype, N > | |
| HasRoot(ftype xError=DefaultError()) const | Polynomial< ftype, N > | |
| HasRoot(ftype xMin, ftype xMax, ftype xError=DefaultError()) const | Polynomial< ftype, N > | |
| Inflate(ftype root) const | Polynomial< ftype, N > | |
| IsFinite() const | Polynomial< ftype, N > | |
| operator()(ftype x) const | Polynomial< ftype, N > | |
| operator*(ftype s) const | Polynomial< ftype, N > | |
| operator*(Polynomial< ftype, M > const &p) const | Polynomial< ftype, N > | |
| operator*=(ftype s) | Polynomial< ftype, N > | |
| operator+(Polynomial< ftype, N > const &p) const | Polynomial< ftype, N > | |
| operator+(Polynomial< ftype, M > const &p) const | Polynomial< ftype, N > | |
| operator+=(Polynomial< ftype, N > const &p) | Polynomial< ftype, N > | |
| operator+=(Polynomial< ftype, M > const &p) | Polynomial< ftype, N > | |
| operator-(Polynomial< ftype, N > const &p) const | Polynomial< ftype, N > | |
| operator-(Polynomial< ftype, M > const &p) const | Polynomial< ftype, N > | |
| operator-=(Polynomial< ftype, N > const &p) | Polynomial< ftype, N > | |
| operator-=(Polynomial< ftype, M > const &p) | Polynomial< ftype, N > | |
| operator[](int i) const | Polynomial< ftype, N > | |
| operator[](int i) | Polynomial< ftype, N > | |
| Power() const | Polynomial< ftype, N > | |
| Roots(ftype roots[N], ftype xError=DefaultError()) const | Polynomial< ftype, N > | |
| Roots(ftype roots[N], ftype xMin, ftype xMax, ftype xError=DefaultError()) const | Polynomial< ftype, N > | |
| Squared() const | Polynomial< ftype, N > |