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