CG_RC is a MATLAB library which implements the conjugate gradient (CG) method for solving a positive definite sparse linear system A*x=b, using reverse communication (RC).
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
CG_RC is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.
BACKTRACK_BINARY_RC, a MATLAB library which carries out a backtrack search for a set of binary decisions, using reverse communication (RC).
BISECTION_RC, a MATLAB library which seeks a solution to the equation F(X)=0 using bisection within a user-supplied change of sign interval [A,B]. The procedure is written using reverse communication (RC).
CG, a MATLAB library which implements a simple version of the conjugate gradient (CG) method for solving a system of linear equations of the form A*x=b, suitable for situations in which the matrix A is positive definite (only real, positive eigenvalues) and symmetric.
CG_DISTRIBUTED, a MATLAB program which implements a version of the Conjugate Gradient (CG) NAS Parallel Benchmark using distributed memory.
GAUSS_SEIDEL, a MATLAB library which implements the Gauss-Seidel iteration for linear systems.
JACOBI, a MATLAB library which implements the Jacobi iteration for solving symmetric positive definite systems of linear equations.
LOCAL_MIN_RC, a MATLAB library which finds a local minimum of a scalar function of a scalar variable, without the use of derivative information, using reverse communication (RC), by Richard Brent.
MGMRES, a MATLAB library which applies the restarted GMRES algorithm to solve a sparse linear system.
SOR, a MATLAB library which implements a simple version of the successive over-relaxation (SOR) method for the iteration solution of a linear system of equations.
ROOT_RC, a MATLAB library which seeks a solution of a scalar nonlinear equation f(x) = 0, or a system of nonlinear equations, using reverse communication (RC), by Gaston Gonnet.
ROOTS_RC, a MATLAB library which seeks a solution of a system of nonlinear equations f(x) = 0, using reverse communication (RC), by Gaston Gonnet.
SORT_RC, a MATLAB library which can sort a list of any kind of objects, using reverse communication (RC).
TEMPLATES, a MATLAB library which carries out simple versions of various iterative solvers.
ZERO_RC, a MATLAB library which seeks a solution of a scalar nonlinear equation f(x) = 0, using reverse communication (RC), by Richard Brent.
You can go up one level to the MATLAB source codes.