Package org.jacop.floats.constraints
Class IntervalGaussSeidel
java.lang.Object
org.jacop.floats.constraints.IntervalGaussSeidel
IntervalGaussSeidel implements Gauss-Seidel method for solving a
system of linear equations Ax = b with interval matrix A of
coefficients.
- Version:
- 4.9
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) FloatInterval[][]
(package private) double[]
(package private) static final boolean
(package private) int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) double
(package private) double
(package private) void
precondition
(FloatInterval[][] AA, double[] bb) boolean
restructure
(int currentRow, boolean[] done, int[] row) solve()
toString()
-
Field Details
-
debug
static final boolean debug- See Also:
-
MaxIterations
int MaxIterations -
A
FloatInterval[][] A -
b
double[] b
-
-
Constructor Details
-
IntervalGaussSeidel
-
-
Method Details