|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--matrixsolution.SolveJacobi
Solucion de sistemas de ecuaciones por el metodo de Jacobi
Field Summary | |
private boolean |
found
|
Constructor Summary | |
SolveJacobi()
|
Method Summary | |
double[] |
solve(RectangularMatrix 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 SolveJacobi()
Method Detail |
public boolean wasFound()
public double[] solve(RectangularMatrix A, double[] b, double tolerance, int iterations)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |