Package jline.io

Class Ret.pfqnLinearizerEstimate

  • All Implemented Interfaces:

    
    public class Ret.pfqnLinearizerEstimate
    
                        

    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).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ret.pfqnLinearizerEstimate

        Ret.pfqnLinearizerEstimate(Array<Matrix> Q_1, Matrix T_1)
    • Method Detail