Package jline.io

Class Ret.pfqnLinearizerCore

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

public static class Ret.pfqnLinearizerCore extends Object
Data structure for storing results from the core linearizer method. Includes queue length (Q), wait time (W), throughput (T), and the number of iterations performed (iter).
  • Field Details

  • Constructor Details

    • pfqnLinearizerCore

      public pfqnLinearizerCore(Matrix Q, Matrix W, Matrix T, int iter)