Package jline.api.pfqn.ld
Class Pfqn_gldsingle_complex
java.lang.Object
jline.api.pfqn.ld.Pfqn_gldsingle_complex
-
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.pfqnNcComplexpfqn_gldsingle_complex(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options) Auxiliary function used by pfqn_gld to compute the normalizing constant in a single-class load-dependent model with complex demands.
-
Method Details
-
pfqn_gldsingle_complex
public static Ret.pfqnNcComplex pfqn_gldsingle_complex(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options) Auxiliary function used by pfqn_gld to compute the normalizing constant in a single-class load-dependent model with complex demands.- Parameters:
L- demands at all stationsN- number of jobs for each classmu- load-dependent scaling factorsoptions- solver options- Returns:
- normalizing constant (G) and its logarithm (lG)
-