Package jline.api.pfqn.ld
Class Pfqn_gldsingle_complexKt
-
- All Implemented Interfaces:
public final class Pfqn_gldsingle_complexKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnNcComplexpfqn_gldsingle_complex(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options)Auxiliary function used by pfqn_gld to computer the normalizing constant in a single-class load-dependent model with complex demands. -
-
Method Detail
-
pfqn_gldsingle_complex
final static Ret.pfqnNcComplex pfqn_gldsingle_complex(ComplexMatrix L, Matrix N, Matrix mu, SolverOptions options)
Auxiliary function used by pfqn_gld to computer the normalizing constant in a single-class load-dependent model with complex demands.
- Parameters:
L-demands at all stations
N-number of jobs for each class
mu-load-dependent scaling factors
options-solver options
- Returns:
normalizing constant (G) and its logarithm (lG)
-
-
-
-