Package org.ojalgo.matrix.task.iterative
Class StationaryIterativeSolver
java.lang.Object
org.ojalgo.matrix.task.iterative.IterativeSolverTask
org.ojalgo.matrix.task.iterative.StationaryIterativeSolver
- All Implemented Interfaces:
MatrixTask<Double>
,SolverTask<Double>
- Direct Known Subclasses:
GaussSeidelSolver
,JacobiSolver
,ParallelGaussSeidelSolver
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ojalgo.matrix.task.iterative.IterativeSolverTask
IterativeSolverTask.Configurator, IterativeSolverTask.SparseDelegate
Nested classes/interfaces inherited from interface org.ojalgo.matrix.task.SolverTask
SolverTask.Factory<N extends Comparable<N>>
-
Field Summary
FieldsFields inherited from class org.ojalgo.matrix.task.iterative.IterativeSolverTask
DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.matrix.task.iterative.IterativeSolverTask
configurator, debug, getAccuracyContext, getIterationsLimit, isDebugPrinterSet, preallocate, setAccuracyContext, setDebugPrinter, setIterationsLimit, solve, toListOfRows
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ojalgo.matrix.task.SolverTask
preallocate, solve, solve, toSolutionProvider
-
Field Details
-
myRelaxationFactor
private double myRelaxationFactor
-
-
Constructor Details
-
StationaryIterativeSolver
StationaryIterativeSolver()
-
-
Method Details
-
getRelaxationFactor
public final double getRelaxationFactor() -
setRelaxationFactor
public final void setRelaxationFactor(double relaxation)
-