Package jline.api.pfqn.ld
Class Pfqn_gldsingleKt
-
- All Implemented Interfaces:
public final class Pfqn_gldsingleKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnNcpfqn_gldsingle(Matrix 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. -
-
Method Detail
-
pfqn_gldsingle
final static Ret.pfqnNc pfqn_gldsingle(Matrix 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.
- 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)
-
-
-
-