Class ComputeT

java.lang.Object
jline.lib.fjcodes.ComputeT

public final class ComputeT extends Object
  • Method Details

    • computeT

      public static ComputeT.ComputeTResult computeT(FJArrival arrival, FJService services, FJServiceH service_h, int 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
    • computeT

      public static ComputeT.ComputeTResult computeT(FJArrival arrival, FJService services, FJServiceH service_h, int C)