Uses of Class
jline.io.Ret.pfqnOiNc
Packages that use Ret.pfqnOiNc
Package
Description
Normalizing constant algorithms for Product Form Queueing Networks.
-
Uses of Ret.pfqnOiNc in jline.api.pfqn.nc
Methods in jline.api.pfqn.nc that return Ret.pfqnOiNcModifier and TypeMethodDescriptionstatic Ret.pfqnOiNcPfqn_ncoi.pfqn_ncoi(double[] Z, int[] N, List<ToDoubleFunction<int[]>> mu) Normalizing constant of a closed OI + single-delay product-form network.static Ret.pfqnOiNcPfqn_ncoi.pfqn_ncoi(double[] Z, int[] N, List<ToDoubleFunction<int[]>> mu, double[][] visits) static Ret.pfqnOiNcPfqn_pas_nc.pfqn_pas_nc(double[] Z, int[] N, List<ToDoubleFunction<int[]>> mu) Normalizing constant of a closed P&S network with no placement order, i.e.static Ret.pfqnOiNcPfqn_pas_nc.pfqn_pas_nc(double[] Z, int[] N, List<ToDoubleFunction<int[]>> mu, List<boolean[][]> prec) Normalizing constant G_C of the communicating class selected by the placement order.