dune-istl
2.3beta2
|
Define base class for scalar product and norm. More...
Go to the source code of this file.
Classes | |
class | Dune::ScalarProduct< X > |
Base class for scalar product and norm computation. More... | |
struct | Dune::ScalarProductChooser< X, C, c > |
Choose the approriate scalar product for a solver category. More... | |
class | Dune::SeqScalarProduct< X > |
Default implementation for the scalar case. More... | |
struct | Dune::ScalarProductChooser< X, C, SolverCategory::sequential > |
Namespaces | |
namespace | Dune |
Define base class for scalar product and norm.
These classes have to be implemented differently for different data partitioning strategies. Default implementations for the sequential case are provided.