Package jline.io
Class Ret.cacheSpm
java.lang.Object
jline.io.Ret.cacheSpm
- Direct Known Subclasses:
Ret.cacheRayInt
- Enclosing class:
Ret
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Z
public double Z -
lZ
public double lZ -
xi
-
-
Constructor Details
-
cacheSpm
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.
-