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

Conjugate-Gradient-Solver-for-Linear-Systems

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

Author:

Sourangshu Ghosh

About

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.

License:MIT License


Languages

Language:Fortran 99.3%Language:Shell 0.7%