dune-istl  2.2.0
Public Types | Static Public Member Functions
Dune::ScalarProductChooser< X, C, SolverCategory::sequential > Struct Template Reference

#include <dune/istl/scalarproducts.hh>

List of all members.

Public Types

enum  { solverCategory = SolverCategory::sequential }
typedef SeqScalarProduct< X > ScalarProduct
 The type of the scalar product for the sequential case.

Static Public Member Functions

static ScalarProductconstruct (const C &)

Member Typedef Documentation

template<class X , class C >
typedef SeqScalarProduct<X> Dune::ScalarProductChooser< X, C, SolverCategory::sequential >::ScalarProduct

The type of the scalar product for the sequential case.


Member Enumeration Documentation

template<class X , class C >
anonymous enum
Enumerator:
solverCategory 

The solver category.


Member Function Documentation

template<class X , class C >
static ScalarProduct* Dune::ScalarProductChooser< X, C, SolverCategory::sequential >::construct ( const C &  )
inlinestatic

The documentation for this struct was generated from the following file: