Package jline.io

Class Ret.pfqnLinearizerForwardMVA

java.lang.Object
jline.io.Ret.pfqnLinearizerForwardMVA
Enclosing class:
Ret

public static class Ret.pfqnLinearizerForwardMVA extends Object
Data structure for storing final results from the forward MVA step in the linearizer method. Contains queue length (Q), waiting time (W), and throughput (T).
  • Field Details

  • Constructor Details

    • pfqnLinearizerForwardMVA

      public pfqnLinearizerForwardMVA(Matrix Q, Matrix W, Matrix T)