GitHub / 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FortranSoftwares%2FConjugate-Gradient-Solver-for-Linear-Systems
PURL: pkg:github/FortranSoftwares/Conjugate-Gradient-Solver-for-Linear-Systems
Stars: 1
Forks: 1
Open issues: 0
License: mit
Language: Fortran
Size: 79.1 KB
Dependencies parsed at: Pending
Created at: almost 5 years ago
Updated at: almost 5 years ago
Pushed at: almost 5 years ago
Last synced at: 5 months ago
Topics: conjugate-gradient, conjugate-gradient-descent, fortran, fortran77, shell