public class Parameters extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BaseIndex
The base index
|
protected static boolean |
BaseIndexNotChangeable
Flag allowing only one change in base index
|
protected static boolean |
History
The history flag indicating whether to save decompositions
|
protected static int |
OutputFieldWidth
Output field width.
|
protected static int |
OutputFracPlaces
Number of places to the right of the decimal point.
|
protected static int |
PageWidth
Output page width
|
| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
static void |
adjustBaseIndex(Zdiagmat A)
Adjust the base index of a Zdiagmat to make it conform to
the default.
|
static void |
adjustBaseIndex(Zmat A)
Adjust the base index of a Zmat to make it conform to
the default.
|
static int |
getBaseIndex()
Returns the base index
|
static void |
setBaseIndex(int bx)
Resets the default base index.
|
static void |
setHistory()
Sets the history flag.
|
static void |
setOutputParams(int width,
int frac,
int pagewidth)
Changes the output parameters.
|
static void |
unsetHistory()
Unsets the history flag.
|
protected static int BaseIndex
protected static boolean BaseIndexNotChangeable
protected static boolean History
protected static int OutputFieldWidth
protected static int OutputFracPlaces
protected static int PageWidth
public static int getBaseIndex()
public static void setBaseIndex(int bx)
throws JampackException
xb - The new base indexJampackException - Thrown when the base indices are
not changable.public static void adjustBaseIndex(Zmat A)
public static void adjustBaseIndex(Zdiagmat A)
public static void setHistory()
public static void unsetHistory()
public static void setOutputParams(int width,
int frac,
int pagewidth)
width - The new field widthfrac - The new number of places to the right of the decimalpagewidth - The new page widthCopyright © 2015. All rights reserved.