FortranSoftwares / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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