Package jline.api.pfqn.mva
Class Pfqn_linearizermxKt
-
- All Implemented Interfaces:
public final class Pfqn_linearizermxKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnAMVA
pfqn_linearizermx(Matrix lambda, Matrix L, Matrix N, Matrix Z, Matrix nservers, Array<SchedStrategy> type, Double tol, Integer maxiter, String method)
Linearizer method for mixed models with multi-server stations -
-
Method Detail
-
pfqn_linearizermx
final static Ret.pfqnAMVA pfqn_linearizermx(Matrix lambda, Matrix L, Matrix N, Matrix Z, Matrix nservers, Array<SchedStrategy> type, Double tol, Integer maxiter, String method)
Linearizer method for mixed models with multi-server stations
- Parameters:
lambda
-arrival rate of open classes
L
-the service demand matrix
N
-the population vector
Z
-the think times vector
nservers
-number of servers at the stations
type
-scheduling strategy type
tol
-max tolerance admitted between successive iterations
maxiter
-maximum number of iterations
method
-solution method
- Returns:
the performance metrics for this network
-
-
-
-