Package jline.lib.butools
Class MMAPPH1FCFS
java.lang.Object
jline.lib.butools.MMAPPH1FCFS
-
Method Summary
Modifier and TypeMethodDescriptionMMAPPH1FCFS(MatrixCell D, Map<Integer, Matrix> sigma, Map<Integer, Matrix> S, Integer numOfQLMoms, Integer numOfQLProbs, Integer numOfSTMoms, Matrix stDistr, boolean stDistrME, boolean stDistrPH, Double prec, Matrix classes_) solve(MatrixCell D, Map<Integer, Matrix> sigma, Map<Integer, Matrix> S, Integer numOfQLMoms, Integer numOfQLProbs, Integer numOfSTMoms, Matrix stDistr, boolean stDistrME, boolean stDistrPH, Double prec, Matrix classes_) Convenience alias for callers that expect asolve(...)entry point on the MMAPPH1FCFS class.
-
Method Details
-
solve
public static Map<String,Map<Integer, solveMatrix>> (MatrixCell D, Map<Integer, Matrix> sigma, Map<Integer, Matrix> S, Integer numOfQLMoms, Integer numOfQLProbs, Integer numOfSTMoms, Matrix stDistr, boolean stDistrME, boolean stDistrPH, Double prec, Matrix classes_) Convenience alias for callers that expect asolve(...)entry point on the MMAPPH1FCFS class. Delegates toMMAPPH1FCFS(). -
MMAPPH1FCFS
-