|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--bandedmatrixsolution.BandedSolveGaussSeidel
Solucion de sistemas de ecuaciones por el metodo de GaussSeidel
| Field Summary | |
private boolean |
found
|
| Constructor Summary | |
BandedSolveGaussSeidel()
|
|
| Method Summary | |
double[] |
solve(BandedMatrix A,
double[] b,
double tolerance,
int iterations)
Soluciona un metodo de ecuaciones con el metodo iterativo de Gauss Seidel. |
boolean |
wasFound()
Checa el exito del metodo. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private boolean found
| Constructor Detail |
public BandedSolveGaussSeidel()
| Method Detail |
public boolean wasFound()
public double[] solve(BandedMatrix A,
double[] b,
double tolerance,
int iterations)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||