Dune Core Modules (2.4.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::ScalarProduct< X > Class Template Referenceabstract
Base class for scalar product and norm computation. More...
#include <dune/istl/scalarproducts.hh>
Public Types | |
typedef X | domain_type |
export types, they come from the derived class | |
Detailed Description
template<class X>
class Dune::ScalarProduct< X >
class Dune::ScalarProduct< X >
Base class for scalar product and norm computation.
Krylov space methods need to compute scalar products and norms (for convergence test only). These methods have to know about the underlying data decomposition. For the sequential case a default implementation is provided.
The documentation for this class was generated from the following file:
- dune/istl/scalarproducts.hh
