8000 GitHub - Em-Ant/conjugate-gradients: Simple Implementation of the Iterative Linear Solver
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Em-Ant/conjugate-gradients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conjugate Gradients

Simple Implementation of the Iterative Solver

See this paper for a great explanation of the subject.

It's suitable for Symmetric Linear (Sparse) Problems.

The system matrix is modeled as a List Of Lists.

It features two simple preconditioners:

I used it as a solver for simple 2D FEM Poisson Problems.

About

Simple Implementation of the Iterative Linear Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0