Package jline.io

Class Ret.pfqnNcComplex

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

public static class Ret.pfqnNcComplex extends Object
Data structure for storing complex results from a normalizing constant calculation. Contains complex normalization constants (G, lG) and an optional method description.
  • Field Details

    • G

      public org.apache.commons.math3.complex.Complex G
    • lG

      public org.apache.commons.math3.complex.Complex lG
    • method

      public String method
  • Constructor Details

    • pfqnNcComplex

      public pfqnNcComplex(org.apache.commons.math3.complex.Complex G, org.apache.commons.math3.complex.Complex lG)