Package jline.api.pfqn.mva
Class Pfqn_linearizerppKt
-
- All Implemented Interfaces:
public final class Pfqn_linearizerppKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnAMVApfqn_linearizerpp(Matrix L, Matrix N, Matrix Z, Integer level, Double tol, Integer maxiter, Integer flag)Linearizer approximate mean value analysis algorithm -
-
Method Detail
-
pfqn_linearizerpp
final static Ret.pfqnAMVA pfqn_linearizerpp(Matrix L, Matrix N, Matrix Z, Integer level, Double tol, Integer maxiter, Integer flag)
Linearizer approximate mean value analysis algorithm
- Parameters:
L-the service demand matrix
N-the population vector
Z-the think times
tol-max tolerance admitted between successive iterations
maxiter-maximum number of iterations
- Returns:
the performance measures for the given network
Linearizer approximate mean value analysis algorithm
-
-
-
-