jburkardt

SOR\ Linear System Solution by Successive Over-Relaxation {#sor-linear-system-solution-by-successive-over-relaxation align=”center”} ====================================================


SOR is a C++ library which implements a simple version of the successive over-relaxation method for the iterative solution of a system of linear equations.

Licensing: {#licensing align=”center”}

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages: {#languages align=”center”}

SOR is available in a C++ version and a MATLAB version.

JACOBI, a C++ library which implements the Jacobi iteration for solving symmetric positive definite systems of linear equations.

TEST_MAT, a C++ library which defines test matrices.

Reference: {#reference align=”center”}

Source Code: {#source-code align=”center”}

Examples and Tests: {#examples-and-tests align=”center”}

List of Routines: {#list-of-routines align=”center”}

You can go up one level to the C++ source codes.


Last revised on 25 December 2011.