cg_rc_test


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

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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

Source Code:


Last revised on 06 September 2021.