Package jline.io

Class Ret.cacheSpm

  • All Implemented Interfaces:

    
    public class Ret.cacheSpm
    
                        

    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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public double Z
      public double lZ
      public Matrix xi
    • Constructor Summary

      Constructors 
      Constructor Description
      Ret.cacheSpm(double Z, double lZ, Matrix xi) Constructor for initializing the cacheSpmReturn object.
    • 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.cacheSpm

        Ret.cacheSpm(double Z, double lZ, Matrix xi)
        Constructor for initializing the cacheSpmReturn object.
        Parameters:
        Z - - Double representing the partition function value.
        lZ - - Double representing the logarithm of the partition function.
        xi - - Matrix representing the xi terms.
    • Method Detail