Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
E
F
G
H
I
M
N
P
R
S
V
Z
S
ScaledRowPivoting
- Class in
gausselim.pivoting
Scaled row pivoting (also called implicit pivoting).
ScaledRowPivoting()
- Constructor for class gausselim.pivoting.
ScaledRowPivoting
setA(int, int, BigDecimal)
- Method in class gausselim.
GaussElimModel
Assign a new value to A(row, column).
setB(int, BigDecimal)
- Method in class gausselim.
GaussElimModel
Assign a new value to b(row).
setExampleSystem(ExampleSystem)
- Method in class gausselim.
GaussElimModel
Assign a new ExampleSystem to the system.
setFieldWidth(int)
- Method in class gausselim.
GaussElimFrame
Sets the width of the fields.
setMathContext(MathContext)
- Method in class gausselim.
GaussElimModel
Assign a new MathContext to the system.
setOrder(int)
- Method in class gausselim.
GaussElimModel
Assign a new order (>= 2) to the system.
setPivotingMethod(PivotingMethod)
- Method in class gausselim.
GaussElimModel
Assign a new PivotingMethod to the system.
setSaveValues(boolean)
- Method in class gausselim.
GaussElimFrame
Enable/disable the reuse of last used input.
showFrame()
- Method in class gausselim.
GaussElimApplet
Show the applet window.
solve()
- Method in class gausselim.
GaussElimModel
Solve the system using backwards substitution.
stateChanged(ChangeEvent)
- Method in class gausselim.
GaussElimFrame
Update the main window.
step()
- Method in class gausselim.
GaussElimModel
Perform a single elimination step.
stringToValue(String)
- Method in class gausselim.
RealFractionFormatter
Parse the specified string into a BigDecimal.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
E
F
G
H
I
M
N
P
R
S
V
Z