|
dune-istl
2.2.1
|
Define base class for scalar product and norm. More...
#include <cmath>#include <complex>#include <iostream>#include <iomanip>#include <string>#include "solvercategory.hh"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.
1.8.3.1