Files Class List
Polynomial< ftype, N > Member List

This is the complete list of members for Polynomial< ftype, N >, including all inherited members.

coefPolynomial< ftype, N >
DefaultError()Polynomial< ftype, N >protectedstatic
Deflate(ftype root) constPolynomial< ftype, N >
Derivative() constPolynomial< ftype, N >
Eval(ftype x) constPolynomial< ftype, N >
EvalWithDeriv(ftype &deriv, ftype x) constPolynomial< ftype, N >
FirstRoot(ftype &root, ftype xError=DefaultError()) constPolynomial< ftype, N >
FirstRoot(ftype &root, ftype xMin, ftype xMax, ftype xError=DefaultError()) constPolynomial< ftype, N >
ForEachRoot(RootCallback c, ftype xError=DefaultError()) constPolynomial< ftype, N >
ForEachRoot(RootCallback c, ftype xMin, ftype xMax, ftype xError=DefaultError()) constPolynomial< ftype, N >
HasRoot(ftype xError=DefaultError()) constPolynomial< ftype, N >
HasRoot(ftype xMin, ftype xMax, ftype xError=DefaultError()) constPolynomial< ftype, N >
Inflate(ftype root) constPolynomial< ftype, N >
IsFinite() constPolynomial< ftype, N >
operator()(ftype x) constPolynomial< ftype, N >
operator*(ftype s) constPolynomial< ftype, N >
operator*(Polynomial< ftype, M > const &p) constPolynomial< ftype, N >
operator*=(ftype s)Polynomial< ftype, N >
operator+(Polynomial< ftype, N > const &p) constPolynomial< ftype, N >
operator+=(Polynomial< ftype, N > const &p)Polynomial< ftype, N >
operator-(Polynomial< ftype, N > const &p) constPolynomial< ftype, N >
operator-=(Polynomial< ftype, N > const &p)Polynomial< ftype, N >
operator[](int i) constPolynomial< ftype, N >
operator[](int i)Polynomial< ftype, N >
Roots(ftype roots[N], ftype xError=DefaultError()) constPolynomial< ftype, N >
Roots(ftype roots[N], ftype xMin, ftype xMax, ftype xError=DefaultError()) constPolynomial< ftype, N >
Squared() constPolynomial< ftype, N >