SSJ
3.3.1
Stochastic Simulation in Java
|
This is the complete list of members for MathFunctionUtil, including all inherited members.
derivative(MathFunction func, double x) | MathFunctionUtil | static |
derivative(MathFunction func, double x, int n) | MathFunctionUtil | static |
finiteCenteredDifferenceDerivative(MathFunction func, double x, double h) | MathFunctionUtil | static |
finiteCenteredDifferenceDerivative(MathFunction func, double x, int n, double h) | MathFunctionUtil | static |
finiteDifferenceDerivative(MathFunction func, double x, int n, double h) | MathFunctionUtil | static |
gaussLobatto(MathFunction func, double a, double b, double tol) | MathFunctionUtil | static |
gaussLobatto(MathFunction func, double a, double b, double tol, double[][] T) | MathFunctionUtil | static |
H | MathFunctionUtil | static |
integral(MathFunction func, double a, double b) | MathFunctionUtil | static |
NUMINTERVALS | MathFunctionUtil | static |
removeNaNs(double[] x, double[] y) | MathFunctionUtil | static |
simpsonIntegral(MathFunction func, double a, double b, int numIntervals) | MathFunctionUtil | static |