balazsfabian / GMRES

A c++ implementation of the GMRES method for approximating the solution to a linear system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GMRES

A c++ implementation of the GMRES method for approximating the solution to a linear system.

This set of software is composed of Several include files that define template functions to implement the GMRES method. The code is based on the GMRES method with restarts. The code is influenced by the IML++ implementation as well as John Burkardt's MATLAB implementation.

Please see the file latex/refman.pdf for more details on how to use the code. An example of how to use the code can be found in the example directory.

This software is licensed under a BSD license and is free for anyone to use and/or adapt.

About

A c++ implementation of the GMRES method for approximating the solution to a linear system.

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 87.8%Language:TeX 11.2%Language:Makefile 0.6%Language:MATLAB 0.4%