Uses of Class
org.drip.numerical.iterativesolver.SuccessiveOverRelaxation
Package | Description |
---|---|
org.drip.numerical.iterativesolver |
Linear System Iterative Solver Schemes
|
-
Uses of SuccessiveOverRelaxation in org.drip.numerical.iterativesolver
Subclasses of SuccessiveOverRelaxation in org.drip.numerical.iterativesolver Modifier and Type Class Description class
SymmetricSuccessiveOverRelaxation
SymmetricSuccessiveOverRelaxation implements the SSOR Linear Solution scheme.Methods in org.drip.numerical.iterativesolver that return SuccessiveOverRelaxation Modifier and Type Method Description static SuccessiveOverRelaxation
SuccessiveOverRelaxation. Standard(double[][] squareMatrix, double[] rhsArray)
Construct an Instance of SuccessiveOverRelaxation using the Standard Solver Settings