Uses of Class
jline.api.nc.MeCqnResult
Packages that use MeCqnResult
-
Uses of MeCqnResult in jline.api.nc
Methods in jline.api.nc that return MeCqnResultModifier and TypeMethodDescriptionstatic MeCqnResultstatic MeCqnResultMe_cqn.me_cqn(int M, int R, Matrix N, Matrix mu, Matrix Cs, Matrix[][] P, Matrix c, int[] refstat, boolean[] insens, MeOqnOptions options) Maximum Entropy algorithm for Closed Queueing Networks with discipline-aware building blocks: insens[i] marks a station with an insensitive scheduling discipline (PS, LCFS-PR), solved with the product-form mean queue length instead of the FCFS GE formula.static MeCqnResultMe_cqn.me_cqn(int M, int R, Matrix N, Matrix mu, Matrix Cs, Matrix[][] P, Matrix c, int[] refstat, MeOqnOptions options) Maximum Entropy algorithm for Closed Queueing Networks.static MeCqnResultMe_mqn.me_mqn(int M, int R, boolean[] openClasses, Matrix lambda0, Matrix Ca0, Matrix N, Matrix mu, Matrix Cs, Matrix[][] P, Matrix c, int[] refstat, boolean[] insens, MeOqnOptions options) Maximum Entropy algorithm for Mixed Queueing Networks with discipline-aware building blocks (insens[i] true for PS/LCFS-PR).static MeCqnResultMe_mqn.me_mqn(int M, int R, boolean[] openClasses, Matrix lambda0, Matrix Ca0, Matrix N, Matrix mu, Matrix Cs, Matrix[][] P, Matrix c, int[] refstat, MeOqnOptions options) Maximum Entropy algorithm for Mixed Queueing Networks.