Uses of Class
jline.api.pfqn.mva.Pfqn_momlin.MomlinResult
Packages that use Pfqn_momlin.MomlinResult
Package
Description
Mean Value Analysis algorithms for Product Form Queueing Networks.
Solver superclasses and related data structures.
-
Uses of Pfqn_momlin.MomlinResult in jline.api.pfqn.mva
Methods in jline.api.pfqn.mva that return Pfqn_momlin.MomlinResultModifier and TypeMethodDescriptionstatic Pfqn_momlin.MomlinResultPfqn_momlin.pfqn_momlin(Matrix L, Matrix N, Matrix Z) static Pfqn_momlin.MomlinResultPfqn_momlin.pfqn_momlin(Matrix L, Matrix N, Matrix Z, double tol, int maxiter) Approximate first and second queue-length moments of a closed product-form network. -
Uses of Pfqn_momlin.MomlinResult in jline.solvers
Fields in jline.solvers declared as Pfqn_momlin.MomlinResultModifier and TypeFieldDescriptionNetworkMomentResult.qlenMomlinThe approximate queue-length moment result, or null.