Add GMRES example

This commit is contained in:
Matt Pharr
2012-09-20 14:06:55 -07:00
parent 3dd9ff3d84
commit 538d51cbfe
21 changed files with 84678 additions and 3 deletions

View File

@@ -73,6 +73,14 @@ This directory includes three implementations of the algorithm:
light culling and shading.
GMRES
=====
An implementation of the generalized minimal residual method for solving
sparse matrix equations.
(http://en.wikipedia.org/wiki/Generalized_minimal_residual_method)
Mandelbrot
==========