Skip to content

adilIdrisside/GMRES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMRES(m) (Generaized Minimmal RESidual) with impicit restarts

This is the basic implementation of GMRES algorithm for resolving non-symmetric linear equation systems, no preconditionning is used.

Make sure all source code files are in the same location in order for the project to compile and execute correctly.

Compile : make

Execute : ./gmres 10 100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published