Package jline.lib.smc

Class GIM1PiOptions

java.lang.Object
jline.lib.smc.GIM1PiOptions

public final class GIM1PiOptions extends Object
Options for GIM1_pi solver.
  • Field Details

    • boundary

      public final Matrix boundary
    • maxNumComp

      public final int maxNumComp
    • verbose

      public final int verbose
  • Constructor Details

    • GIM1PiOptions

      public GIM1PiOptions(Matrix boundary, int maxNumComp, int verbose)
    • GIM1PiOptions

      public GIM1PiOptions()
  • Method Details

    • getBoundary

      public Matrix getBoundary()
    • getMaxNumComp

      public int getMaxNumComp()
    • getVerbose

      public int getVerbose()
    • component1

      public Matrix component1()
    • component2

      public int component2()
    • component3

      public int component3()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object