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