gauss_seidel_test, a C code which calls gauss_seidel() to set up the Gauss-Seidel iteration for linear systems.
The computer code and data files described and made available on this web page are distributed under the MIT license
gauss_seidel, a C code which implements the Gauss-Seidel iteration for solving symmetric positive definite (SPD) systems of linear equations.