Package jline.io

Class Ret.pfqnLeFpiZ

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

public static class Ret.pfqnLeFpiZ extends Object
Data structure for storing results from a fixed-point iteration method with normalization. Contains a matrix of utilization (u), a normalization constant (v), and a matrix of differences (d).
  • Field Details

    • u

      public final Matrix u
    • v

      public final double v
    • d

      public final Matrix d
  • Constructor Details

    • pfqnLeFpiZ

      public pfqnLeFpiZ(Matrix u, double v, Matrix d)