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<java.lang.Double>
,SolverTask<java.lang.Double>
- Direct Known Subclasses:
GaussSeidelSolver
,JacobiSolver
,ParallelGaussSeidelSolver
public abstract class StationaryIterativeSolver extends IterativeSolverTask
-
-
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 java.lang.Comparable<N>>
-
-
Field Summary
Fields Modifier and Type Field Description private double
myRelaxationFactor
-
Fields inherited from class org.ojalgo.matrix.task.iterative.IterativeSolverTask
DEFAULT
-
-
Constructor Summary
Constructors Constructor Description StationaryIterativeSolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getRelaxationFactor()
void
setRelaxationFactor(double relaxation)
-
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
-
-