Package jline.lib.smc
Class NSFPiOptions
-
- All Implemented Interfaces:
public final class NSFPiOptionsOptions for NSF_pi solver
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermaxNumCompprivate final Booleanverboseprivate final BooleanfirstBlockRow
-
Constructor Summary
Constructors Constructor Description NSFPiOptions(Integer maxNumComp, Boolean verbose, Boolean firstBlockRow)
-
Method Summary
Modifier and Type Method Description final IntegergetMaxNumComp()final BooleangetVerbose()final BooleangetFirstBlockRow()-
-
Method Detail
-
getMaxNumComp
final Integer getMaxNumComp()
-
getVerbose
final Boolean getVerbose()
-
getFirstBlockRow
final Boolean getFirstBlockRow()
-
-
-
-