Polynomial Member List
This is the complete list of members for
Polynomial, including all inherited members.
Brent_fmin(double ax, double bx, double tol) | FunctionR1toR1 | |
coefficients | Polynomial | [private] |
d2f | Polynomial | [private] |
d3f | Polynomial | [private] |
df | Polynomial | [private] |
evaluate(double x) | Polynomial | [virtual] |
evaluate(double x, Array1D< double > &coeffs) | Polynomial | [private] |
evaluateAll(double x, Array1D< double > &coeffs) | Polynomial | [private] |
evaluatedD2F | Polynomial | [private] |
evaluatedDF | Polynomial | [private] |
evaluatedF | Polynomial | [private] |
f | Polynomial | [private] |
firstDerivativeCoefficients | Polynomial | [private] |
function(double x) | FunctionR1toR1 | |
get_p2_xa(int ai) | Polynomial | |
get_p3_xxa(int ai) | Polynomial | |
get_p_a(int ai) | Polynomial | |
getCoefficient(int i) | Polynomial | |
getCoefficients() | Polynomial | |
getFirstDerivativeValue() | Polynomial | [virtual] |
getFunctionValue() | Polynomial | [virtual] |
getFunctionValue(double x) | Polynomial | |
getNumberCoefficients() | Polynomial | |
getRoots() | Polynomial | |
getSecondDerivativeValue() | Polynomial | [virtual] |
getThirdDerivativeValue() | Polynomial | |
initialize(Array1D< double > &coeffs) | Polynomial | |
initialize() | Polynomial | [private] |
laguer(Array1D< Complex > &a, int m, Complex &x, int *its, bool *calcOK) | Polynomial | [private] |
minimum(double left, double right) | FunctionR1toR1 | |
operator=(Polynomial rhs) | Polynomial | |
Polynomial() | Polynomial | |
Polynomial(Array1D< double > &coeffs) | Polynomial | |
print(ostream &strm) | Polynomial | |
secondDerivativeCoefficients | Polynomial | [private] |
thirdDerivativeCoefficients | Polynomial | [private] |
x | Polynomial | [private] |
zroots(Array1D< Complex > &a, bool polish, bool *calcOK) | Polynomial | [private] |
~FunctionR1toR1() | FunctionR1toR1 | [inline, virtual] |