Package jline.lib.fjcodes
Class ComputeTKt
-
- All Implemented Interfaces:
public final class ComputeTKt
-
-
Method Summary
Modifier and Type Method Description final static ComputeTResultcomputeT(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. -
-
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 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
-
-
-
-