/Conjugate-Gradient-Solver-for-Linear-Systems

CG is a FORTRAN77 library by Sourangshu Ghosh 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.

Primary LanguageFortranMIT LicenseMIT

No issues in this repository yet.