Uses of Class
jline.io.Ret.pfqnSensLinearizer
Packages that use Ret.pfqnSensLinearizer
Package
Description
Solver superclasses and related data structures.
-
Uses of Ret.pfqnSensLinearizer in jline.api.pfqn.sens
Methods in jline.api.pfqn.sens that return Ret.pfqnSensLinearizerModifier and TypeMethodDescriptionstatic Ret.pfqnSensLinearizerPfqn_sens_linearizer.pfqn_sens_linearizer(Matrix L, Matrix N) static Ret.pfqnSensLinearizerPfqn_sens_linearizer.pfqn_sens_linearizer(Matrix L, Matrix N, Matrix Z) Uses the termination test of the reference and 200 CORE iterations.static Ret.pfqnSensLinearizerPfqn_sens_linearizer.pfqn_sens_linearizer(Matrix L, Matrix N, Matrix Z, double tol, int maxiter) Approximate moments E[Q_i], Var[Q_i], Cov[Q_i,Q_j], E[Q_i^2] and E[Q_i^3] of the per-station total queue lengths of a closed product-form queueing network, by the LINEARIZER-2 / LINEARIZER-3 algorithms of the reference (Section 5). -
Uses of Ret.pfqnSensLinearizer in jline.solvers
Fields in jline.solvers declared as Ret.pfqnSensLinearizerModifier and TypeFieldDescriptionNetworkMomentStationResult.linearizerThe Linearizer result, non-null when the method was"lin".