|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterativeSolver
public abstract class AbstractDoubleIterativeSolver
Partial implementation of an iterative solver
Constructor Summary | |
---|---|
AbstractDoubleIterativeSolver()
Constructor for AbstractIterativeSolver. |
Method Summary | |
---|---|
DoubleIterationMonitor |
getIterationMonitor()
Gets the iteration monitor |
DoublePreconditioner |
getPreconditioner()
Gets preconditioner |
void |
setIterationMonitor(DoubleIterationMonitor iter)
Sets iteration monitor |
void |
setPreconditioner(DoublePreconditioner M)
Sets preconditioner |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cern.colt.matrix.tdouble.algo.solver.DoubleIterativeSolver |
---|
solve |
Constructor Detail |
---|
public AbstractDoubleIterativeSolver()
Method Detail |
---|
public void setPreconditioner(DoublePreconditioner M)
DoubleIterativeSolver
setPreconditioner
in interface DoubleIterativeSolver
M
- Preconditioner to usepublic DoublePreconditioner getPreconditioner()
DoubleIterativeSolver
getPreconditioner
in interface DoubleIterativeSolver
public DoubleIterationMonitor getIterationMonitor()
DoubleIterativeSolver
getIterationMonitor
in interface DoubleIterativeSolver
public void setIterationMonitor(DoubleIterationMonitor iter)
DoubleIterativeSolver
setIterationMonitor
in interface DoubleIterativeSolver
iter
- Iteration monitor
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |