Package jline.api.pfqn.ld
Class Pfqn_gld_complexKt
-
- All Implemented Interfaces:
public final class Pfqn_gld_complexKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnNcComplexpfqn_gld_complex(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options)Compute the normalizing constant of a single-class load-dependent closed queueing network model with complex demands. -
-
Method Detail
-
pfqn_gld_complex
final static Ret.pfqnNcComplex pfqn_gld_complex(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options)
Compute the normalizing constant of a single-class load-dependent closed queueing network model with complex demands.
- Parameters:
L-demands at all stations
N-number of jobs for each class
mu-load-depedent scalings
options-solver options
- Returns:
normalizing constant and its logarithm
-
-
-
-