Package jline.api.pfqn.mva
Class Pfqn_schmidt_amva
java.lang.Object
jline.api.pfqn.mva.Pfqn_schmidt_amva
Schmidt MVA algorithm for multi-class FCFS queueing networks.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.pfqnAMVASchmidtpfqn_schmidt(Matrix rates, Matrix N, Matrix S, Matrix v, List<SchedStrategy> sched) static Ret.pfqnAMVASchmidtpfqn_schmidt_ext(Matrix rates, Matrix N, Matrix S, Matrix v, List<SchedStrategy> sched)
-
Method Details
-
pfqn_schmidt
public static Ret.pfqnAMVASchmidt pfqn_schmidt(Matrix rates, Matrix N, Matrix S, Matrix v, List<SchedStrategy> sched) -
pfqn_schmidt_ext
public static Ret.pfqnAMVASchmidt pfqn_schmidt_ext(Matrix rates, Matrix N, Matrix S, Matrix v, List<SchedStrategy> sched)
-