Class Pfqn_lcfsqn_caKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static LcfsqnCaResult pfqn_lcfsqn_ca(Matrix alpha, Matrix beta, Matrix N) Convolution algorithm for multiclass LCFS queueing networks.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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