Package jline.lib.fjcodes
Class ComputeT
java.lang.Object
jline.lib.fjcodes.ComputeT
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ComputeT.ComputeTResultcomputeT(FJArrival arrival, FJService services, FJServiceH service_h, int C) static ComputeT.ComputeTResultcomputeT(FJArrival arrival, FJService services, FJServiceH service_h, int C, String tMode) Compute T-matrix using specified method.
-
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 subtaskservice_h- Service representation for 2-node jobC- Capacity parametertMode- 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)
-