cg_rc_test


cg_rc_test, a C code which calls cg_rc() to implement the conjugate gradient method for solving a positive definite sparse linear system A*x=b, using reverse communication (RC).

Licensing:

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

Related Data and Programs:

cg_rc, a C code which implements the conjugate gradient (CG) method for solving a positive definite sparse linear system A*x=b, using reverse communication (RC).

Source Code:


Last revised on 13 June 2019.