mgmres_test


mgmres_test, a C++ code which calls mgmres(), which applies the restarted Generalized Minimum Residual (GMRES) algorithm to solve a sparse linear system, using compressed row storage (CRS) or sparse triplet (ST) format, by Lili Ju.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

mgmres, a C++ code which applies the restarted Generalized Minimum Residual (GMRES) algorithm to solve a sparse linear system, using Compressed Row Storage (CRS) or sparse triplet (ST) format, by Lili Ju.

Source Code:


Last revised on 27 March 2020.