Uses of Class
jline.io.Ret.pfqnManjunath
Packages that use Ret.pfqnManjunath
Package
Description
Normalizing constant algorithms for Product Form Queueing Networks.
-
Uses of Ret.pfqnManjunath in jline.api.pfqn.nc
Methods in jline.api.pfqn.nc that return Ret.pfqnManjunathModifier and TypeMethodDescriptionstatic Ret.pfqnManjunathPfqn_manjunath.pfqn_manjunath(Matrix L, Matrix N) Exact normalizing constant of an unconstrained closed network.static Ret.pfqnManjunathPfqn_manjunath.pfqn_manjunath(Matrix L, Matrix N, Matrix Z) Exact normalizing constant of an unconstrained closed network with delay.static Ret.pfqnManjunathExact normalizing constant of a constrained closed product-form network.static Ret.pfqnManjunathPfqn_manjunath.pfqn_manjunath(Matrix L, Matrix N, Matrix Z, Matrix A, Matrix b, String sense, boolean stats) As above, additionally returning the per-class decomposition whenstatsis set.