Class SORSweep
- java.lang.Object
-
- dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse.solver.iterative.stationary.SORSweep
-
public class SORSweep extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector
backward(Vector x)
Perform a backward sweep.Vector
forward(Vector x)
Perform a forward sweep.
-