|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--matrixsolution.MatrixSolver | +--matrixsolution.DirectMatrixSolver
Permite una interfaz uniforme entre los solvers de matrices.
Fields inherited from class matrixsolution.MatrixSolver |
found |
Constructor Summary | |
(package private) |
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 matrixsolution.MatrixSolver |
wasFound |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
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 |