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 Vectorbackward(Vector x)Perform a backward sweep.Vectorforward(Vector x)Perform a forward sweep.
-