sor, a MATLAB code which implements a simple version of the successive over-relaxation (SOR) method for the iterative solution of a system of linear equations.
The computer code and data files described and made available on this web page are distributed under the MIT license
sor is available in a C++ version and a MATLAB version.
cg_rc, a MATLAB code which implements the conjugate gradient method for solving a positive definite sparse linear system a*x=b, using reverse communication.
gauss_seidel, a MATLAB code which implements the gauss-seidel iteration for linear systems.
jacobi, a MATLAB code which implements the jacobi iteration for solving symmetric positive definite systems of linear equations.
test_mat, a MATLAB code which defines test matrices.