Class ComputeTKt

  • All Implemented Interfaces:

    
    public final class ComputeTKt
    
                        
    • 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 ComputeTResult computeT(FJArrival arrival, FJService services, FJServiceH service_h, Integer C, String tMode) Compute T-matrix using specified methodThe T-matrix is computed using either the Sylvester equation approach or the NARE (Nonsymmetric Algebraic Riccati Equation) method.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • computeT

         final static ComputeTResult computeT(FJArrival arrival, FJService services, FJServiceH service_h, Integer C, String tMode)

        Compute T-matrix using specified method

        The T-matrix is computed using either the Sylvester equation approach or the NARE (Nonsymmetric Algebraic Riccati Equation) method.

        Parameters:
        arrival - Arrival process (lambda0, lambda1)
        services - Service process for single subtask
        service_h - Service representation for 2-node job
        C - Capacity parameter
        tMode - Method to use: "NARE" (default) or "Sylvest"
        Returns:

        ComputeTResult with T, S, A_jump, S_Arr, sum_Ajump