|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Preconditioner | |
|---|---|
| net.metanotion.numerics | |
| Uses of Preconditioner in net.metanotion.numerics |
|---|
| Classes in net.metanotion.numerics that implement Preconditioner | |
|---|---|
class |
GaussSeidelBackward
|
class |
GaussSeidelForward
|
class |
GaussSeidelSymmetric
|
class |
Jacobi
|
| Methods in net.metanotion.numerics with parameters of type Preconditioner | |
|---|---|
static int |
IterativeSolver.solve(SparseMatrix A,
double[] b,
double damping,
Preconditioner M_precond,
double[] x0,
int maxIt,
double maxErr)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||