SORbased
SORbased refers to methods and algorithms that are built on the Successive Over-Relaxation (SOR) technique. SOR is a stationary iterative method used to solve linear systems Ax = b, by extending Gauss-Seidel with a relaxation factor ω chosen to accelerate convergence. The term is commonly applied to approaches that implement or optimize this idea directly in the iteration.
Convergence for SOR depends on the properties of the coefficient matrix A. For symmetric positive definite
Algorithmically, SOR modifies the standard Gauss-Seidel update by blending the latest updated components with the previous
Applications and considerations: SOR-based methods are often used for large, sparse linear systems arising from discretized