Package jline.io

Class Ret.cacheRayInt

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

public static class Ret.cacheRayInt extends Object
Represents the return type for cache ray method. This class encapsulates the results including the partition function (Z), its logarithm (lZ), and the xi terms.
  • Field Details

    • Z

      public double Z
    • lZ

      public double lZ
    • xi

      public Matrix xi
  • Constructor Details

    • cacheRayInt

      public cacheRayInt(double Z, double lZ, Matrix xi)
      Constructor for initializing the cacheRayIntReturn object.
      Parameters:
      Z - - Double representing the partition function value.
      lZ - - Double representing the logarithm of the partition function.
      xi - - Matrix representing the xi terms.