sor


sor, a C code which implements a simple version of the successive over-relaxation (SOR) method for the iterative solution of a system of linear equations.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

sor is available in a C version and a C++ version and a MATLAB version and an Octave version.

Related Data and Programs:

sor_test

jacobi, a C code which implements the Jacobi iteration for solving symmetric positive definite (SPD) systems of linear equations.

test_matrix, a C code which defines test matrices.

Reference:

Source Code:


Last revised on 14 August 2024.