Package jline.io

Class Ret.lossnManjunath

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

public static class Ret.lossnManjunath extends Object
Return type for the exact Manjunath-Sikdar transform of a loss network (Lossn_manjunath), holding the carried load, the class blocking probabilities, the log of the EXACT normalization constant, and the realised cost.
  • Field Details

    • qLen

      public Matrix qLen
    • lossProb

      public Matrix lossProb
    • lG

      public double lG
    • niter

      public int niter
    • peakStates

      public long peakStates
  • Constructor Details

    • lossnManjunath

      public lossnManjunath(Matrix q, Matrix l, double lg, int n, long pk)