Class KGOHierarchy

java.lang.Object
com.polytechnik.kgo.KGOHierarchy

public class KGOHierarchy extends Object
Obtain several partial unitarity solutions to construct operators hierarchy.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getAllU

      public double[][] getAllU()
      Return a hierarchy of unitary operators.
    • getSolutions

      public AlgebraicResult[] getSolutions()
    • getAllF

      public double[] getAllF()
      Return functional value for all solutions.
    • getTotalF

      public double getTotalF()
    • evaluateF

      public static double evaluateF(int nC, int nX, double[][] B, double[] SK)