public class IntervalGaussSeidel extends Object
| Constructor and Description |
|---|
IntervalGaussSeidel(FloatInterval[][] A,
double[] b) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
restructure(int currentRow,
boolean[] done,
int[] row) |
FloatInterval[] |
solve() |
String |
toString() |
public IntervalGaussSeidel(FloatInterval[][] A, double[] b)
public boolean restructure(int currentRow,
boolean[] done,
int[] row)
public FloatInterval[] solve()
Copyright © 2016. All rights reserved.