Package jline.api.pfqn.lcfs
Class Pfqn_lcfsqn_caKt
-
- All Implemented Interfaces:
public final class Pfqn_lcfsqn_caKt
-
-
Method Summary
Modifier and Type Method Description final static LcfsqnCaResultpfqn_lcfsqn_ca(Matrix alpha, Matrix beta, Matrix N)Convolution algorithm for multiclass LCFS queueing networks. -
-
Method Detail
-
pfqn_lcfsqn_ca
final static LcfsqnCaResult pfqn_lcfsqn_ca(Matrix alpha, Matrix beta, Matrix N)
Convolution algorithm for multiclass LCFS queueing networks.
This function computes the normalizing constant for a 2-station closed queueing network with:
Station 1: LCFS (Last-Come-First-Served, non-preemptive)
Station 2: LCFS-PR (LCFS with Preemption-Resume)
- Parameters:
alpha- Vector of inverse service rates at station 1 (LCFS).beta- Vector of inverse service rates at station 2 (LCFS-PR).N- Population vector, N(r) = number of jobs of class r.- Returns:
LcfsqnCaResult containing normalizing constant G and auxiliary term V
-
-
-
-