Package jline.lib.mom.solver
Class MomSolverResult
-
- All Implemented Interfaces:
public final class MomSolverResultResult container for MOM solver computations
-
-
Field Summary
Fields Modifier and Type Field Description private final RealMatrixXprivate final RealMatrixQprivate final DoubleArrayG
-
Constructor Summary
Constructors Constructor Description MomSolverResult(RealMatrix X, RealMatrix Q, DoubleArray G)
-
Method Summary
Modifier and Type Method Description final RealMatrixgetX()Throughput matrix (M×R) - throughput of each class at each station final RealMatrixgetQ()Queue length matrix (M×R) - average queue length of each class at each station final DoubleArraygetG()Normalizing constant vector - normalizing constants for the queueing network Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
MomSolverResult
MomSolverResult(RealMatrix X, RealMatrix Q, DoubleArray G)
-
-
Method Detail
-
getX
final RealMatrix getX()
Throughput matrix (M×R) - throughput of each class at each station
-
getQ
final RealMatrix getQ()
Queue length matrix (M×R) - average queue length of each class at each station
-
getG
final DoubleArray getG()
Normalizing constant vector - normalizing constants for the queueing network
-
-
-
-