Package jline.io

Class Ret.pfqnComomrm

  • All Implemented Interfaces:

    
    public class Ret.pfqnComomrm
    
                        

    Data structure for storing results the COMOM method. Contains a logarithmic normalization constant (lG) and a basis matrix (lGbasis).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public double lG
      public Matrix lGbasis
    • 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.pfqnComomrm

        Ret.pfqnComomrm(double lG, Matrix lGbasis)
    • Method Detail