Package jline.io

Class Ret.pfqnLinearizerEstimate

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

public static class Ret.pfqnLinearizerEstimate extends Object
Data structure for storing intermediate estimates from the linearizer method. Contains arrays of matrices for queue length estimates (Q_1) and a matrix for the throughput estimates (T_1).
  • Field Details

  • Constructor Details

    • pfqnLinearizerEstimate

      public pfqnLinearizerEstimate(Matrix[] Q_1, Matrix T_1)