|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--opale.matrix.solver.SolverJacobi
This class implements Jacobi solver according to the book "Analyse matricielle appliquée à l'art de l'ingénieur", Lascaux & Théodor, Ed. Masson.
| Fields inherited from interface opale.matrix.IterativeSolver |
MAXITER, PRECISION |
| Constructor Summary | |
SolverJacobi()
|
|
| Method Summary | |
static void |
main(java.lang.String[] arg)
|
void |
solve(Matrix A,
DVect b,
DVect x)
Solve Ax=b. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SolverJacobi()
| Method Detail |
public void solve(Matrix A,
DVect b,
DVect x)
solve in interface SolverMatrix - A.public static void main(java.lang.String[] arg)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||