|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.metanotion.numerics.IterativeSolver
public class IterativeSolver
| Constructor Summary | |
|---|---|
IterativeSolver()
|
|
| Method Summary | |
|---|---|
static int |
solve(SparseMatrix A,
double[] b,
double damping,
Preconditioner M_precond,
double[] x0,
int maxIt,
double maxErr)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IterativeSolver()
| Method Detail |
|---|
public static int solve(SparseMatrix A,
double[] b,
double damping,
Preconditioner M_precond,
double[] x0,
int maxIt,
double maxErr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||