|
SSJ
3.3.1
Stochastic Simulation in Java
|
This is the complete list of members for PolInterp, including all inherited members.
| clone() (defined in PolInterp) | PolInterp | |
| derivative(double x) | Polynomial | |
| derivative(double x, int n) | Polynomial | |
| derivativePolynomial(int n) | Polynomial | |
| evaluate(double x) | Polynomial | |
| getCoefficient(int i) | Polynomial | |
| getCoefficients(double[] x, double[] y) | PolInterp | static |
| umontreal::ssj::functions::Polynomial.getCoefficients() | Polynomial | |
| getDegree() | Polynomial | |
| getX() | PolInterp | |
| getY() | PolInterp | |
| integral(double a, double b) | Polynomial | |
| integralPolynomial(double c) | Polynomial | |
| PolInterp(double[] x, double[] y) | PolInterp | |
| Polynomial(double... coeff) | Polynomial | |
| setCoefficients(double... coeff) | Polynomial | |
| toString(double[] x, double[] y) | PolInterp | static |
| toString() | PolInterp |
1.8.14