cg_test


cg_test, a MATLAB code which calls cg(), 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.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

cg, a MATLAB code 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 where the matrix A is positive definite (only real, positive eigenvalues) and symmetric.

Source Code:


Last revised on 07 July 2015.