|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--matrixsolution.MatrixSolver
|
+--matrixsolution.IterativeMatrixSolver
Permite una interfaz uniforme entre los solvers de matrices.
| Fields inherited from class matrixsolution.MatrixSolver |
found |
| Constructor Summary | |
(package private) |
IterativeMatrixSolver()
|
| Method Summary | |
abstract double[] |
solve(MatrixDouble A,
double[] b,
double tolerance,
int iterations)
Soluciona una matriz de forma iterativa de un sistema: "Ax = b". |
| Methods inherited from class matrixsolution.MatrixSolver |
wasFound |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
IterativeMatrixSolver()
| Method Detail |
public abstract double[] solve(MatrixDouble A,
double[] b,
double tolerance,
int iterations)
A - Se debe usar una matriz con una clase concreta.b - Vector del lado derecho.tolerance - Precision de la solucion.iterations - Maximo numero de iteraciones.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||