SSJ
3.3.1
Stochastic Simulation in Java
|
This is the complete list of members for Misc, including all inherited members.
evalPoly(int n, double[] X, double[] C, double z) | Misc | static |
evalPoly(double[] C, int n, double x) | Misc | static |
getMedian(double[] A, int n) | Misc | static |
getMedian(int[] A, int n) | Misc | static |
getTimeInterval(double[] times, int start, int end, double t) | Misc | static |
interpol(int n, double[] X, double[] Y, double[] C) | Misc | static |
quickSelect(double[] A, int n, int k) | Misc | static |
quickSelect(int[] A, int n, int k) | Misc | static |