Package jline.lib.smc

Class MG1FIOptions

java.lang.Object
jline.lib.smc.MG1FIOptions

public final class MG1FIOptions extends Object
  • Constructor Details

    • MG1FIOptions

      public MG1FIOptions(String mode, int maxNumIt, int verbose, String shiftType, Matrix startValue, int[] nonZeroBlocks)
    • MG1FIOptions

      public MG1FIOptions()
    • MG1FIOptions

      public MG1FIOptions(int verbose)
    • MG1FIOptions

      public MG1FIOptions(String mode, int maxNumIt, int verbose)
  • Method Details

    • getMode

      public String getMode()
    • getMaxNumIt

      public int getMaxNumIt()
    • getVerbose

      public int getVerbose()
    • getShiftType

      public String getShiftType()
    • getStartValue

      public Matrix getStartValue()
    • getNonZeroBlocks

      public int[] getNonZeroBlocks()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object