SSJ  3.3.1
Stochastic Simulation in Java
MathFunctionUtil Member List

This is the complete list of members for MathFunctionUtil, including all inherited members.

derivative(MathFunction func, double x)MathFunctionUtilstatic
derivative(MathFunction func, double x, int n)MathFunctionUtilstatic
finiteCenteredDifferenceDerivative(MathFunction func, double x, double h)MathFunctionUtilstatic
finiteCenteredDifferenceDerivative(MathFunction func, double x, int n, double h)MathFunctionUtilstatic
finiteDifferenceDerivative(MathFunction func, double x, int n, double h)MathFunctionUtilstatic
gaussLobatto(MathFunction func, double a, double b, double tol)MathFunctionUtilstatic
gaussLobatto(MathFunction func, double a, double b, double tol, double[][] T)MathFunctionUtilstatic
HMathFunctionUtilstatic
integral(MathFunction func, double a, double b)MathFunctionUtilstatic
NUMINTERVALSMathFunctionUtilstatic
removeNaNs(double[] x, double[] y)MathFunctionUtilstatic
simpsonIntegral(MathFunction func, double a, double b, int numIntervals)MathFunctionUtilstatic