| 
    Discontinuous Galerkin Library
    
   #include "dg/algorithm.h" 
   | 
 
#include <iostream>#include <cstring>#include <cmath>#include <algorithm>#include "blas.h"#include "functors.h"Go to the source code of this file.
Classes | |
| class | dg::LGMRES< ContainerType > | 
| Functor class for the right preconditioned LGMRES method to solve \( Ax=b\).  More... | |
Namespaces | |
| namespace | dg | 
| This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library.  | |
LGMRES class